You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, our smart contract addresses and ABIs are shared via Github and via our smart-contracts package and on our Docs. This hinders composability - one must query Github or import the smart-contracts package or read the docs to easily access the smart contracts.
Proposed Solution
Smart contract registry for storing our contract addresses and ABIs. Querying the smart contract addresses and ABIs can be queried directly from Solidity or via a simple RPC call.
Proposed by @skiv71
MantisClone
changed the title
Decentralized Registry of Smart Contract Addresses and ABIs
Decentralized (on chain) Registry of Smart Contract Addresses and ABIs
Aug 14, 2024
Problem
Today, our smart contract addresses and ABIs are shared via Github and via our
smart-contracts
package and on our Docs. This hinders composability - one must query Github or import thesmart-contracts
package or read the docs to easily access the smart contracts.Proposed Solution
Smart contract registry for storing our contract addresses and ABIs. Querying the smart contract addresses and ABIs can be queried directly from Solidity or via a simple RPC call.
Proposed by @skiv71
Alternative Solution
Run a Sourcify.eth instance
Related
The text was updated successfully, but these errors were encountered: