Interface Registry #154
robert-zaremba
started this conversation in
Ideas
Replies: 3 comments 4 replies
-
This can be implemented as a Curated List. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Do we need to have
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I want to bring up the fact that ABI for contracts on NEAR is approaching stabilization. It will embed the schema definition right in the contract itself. Yet, legacy contracts and JS / AS contracts are not supported yet. |
Beta Was this translation helpful? Give feedback.
2 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
For composability, smart contracts will need to have a priory knowledge about other smart contract interfaces. It will be extremely useful to store that information on chain:
The mechanism is simple. A smart contract must call the registry and register itself. So only smart contract can do self registration, no one else can register a smart contract.
In the future version, however, we may consider a DAO mechanism, to allow the registration of older contract.
Beta Was this translation helpful? Give feedback.
All reactions