SHARE Protocol Contracts
This page outlines the official SHARE Protocol contract information across supported blockchains.
The table below shows both the SHARE Protocol contract address and wallet address, which is the owner of the protocol, for each supported blockchain.
Blockchain | SHARE Protocol Contract Address | SHARE Protocol Wallet Address |
---|---|---|
Polygon Mumbai | ||
Ethereum Goerli | ||
Polygon Mainnet | ||
Ethereum Mainnet |
You can also retrieve SHARE contract addresses programmatically using
get_share_contract_addresses
. An example using curl as well as details about the RPC endpoint response are shown below:curl -H 'Content-Type: application/json' -d \
'{ "jsonrpc":"2.0", "id":"1", "method":"get_share_contract_addresses", "params":{} }' \
-X POST https://share-ddn.formless.xyz/v1
Last modified 5mo ago