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.json
at 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.json
constraints when you create a collection. - Also, to use token as
vote power
in DAO, you should ensure the token uri that points to a file follows theregistry/token_uri_template.json
constraints when you/(collection creator) mint new token upon theGovernance Token collection
.