SHARE Protocol Smart Contracts

This page outlines the official SHARE Protocol contract information across supported blockchains.

BlockchainSHARE Protocol Contract Address

Polygon Mumbai

​​​Ethereum Goerli

​​​Optimism Goerli

​​​​Polygon Mainnet

​​Ethereum Mainnet

​​Optimism 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 updated