0.0.3 • Published 3 years ago
@aries-markets/aptos-nft-dao-registry v0.0.3
aptos-nft-dao-registry
Registry of Aptos NFT DAOs.
Adding a new DAO
Add a new dao.toml to registry/<network>/<dao>/.
registry/dao_template.toml can be used as a template.
Note:
You can find more detail description of
**_uri_template.jsonat Aptos Dev Docs.
- To use token collection as a
Governance Token, you should supply the collection uri that points to a file follows theregistry/token_collection_uri_template.jsonconstraints when you create a collection. - Also, to use token as
vote powerin DAO, you should ensure the token uri that points to a file follows theregistry/token_uri_template.jsonconstraints when you/(collection creator) mint new token upon theGovernance Token collection.