FlipsideCrypto / badger

EVM primitive, protocol and app layer that exposes top-down management mechanisms for on-chain organizations. Badger is the key to the existing gates and locks within Web3.
https://www.trybadger.com/
MIT License
22 stars 1 forks source link

feat: tags in contract uri #239

Open nftchance opened 1 year ago

nftchance commented 1 year ago

Add an input to the Organization form where users can select the tags that apply to their Organization enabled by #229.

This will be saved in a field of their contractURI like:

{
  "tags": "service,social,builders,dao,protocol,investment"
}