JoinSEEDS / seeds-smart-contracts

Smart contracts for SEEDS - A Regenerative Civilization Building Game.
https://docs.google.com/document/d/1C4w9Ol8VGabCIcQDVPDrwcTRoJXBqhrb7VjslwQbUGU/edit#heading=h.6f4sxygso816
MIT License
20 stars 6 forks source link

Feature/master token list #420

Closed chuck-h closed 2 years ago

chuck-h commented 2 years ago

New "tokensmaster" contract; implements a master library of token metadata for tokens used in the Seeds ecosystems tools. Going forward this will be valuable as new tokens proliferate from regional DHOs and other Seeds-related organizations.

Tokens are added to the master library through a submit-approve sequence.

The intention is that Light Wallet will use this contract as a trustworthy source for TokenModel metadata. The contract is installed on the tmastr.seeds account.

Issue #421