Skip to content

Support for dynamic NFTs

Choose a tag to compare

@tifrel tifrel released this 04 Mar 12:30
· 8 commits to main since this release
1f9ef8f
Dynamic NFT support (#96)

* Add missing fields

* Consistent ordering

* Hasura permissions

* Royalty handling

* Fmt + lint

* Add rows to struct

* Remove junk

* Remove `empty` in favor of `Default` trait

* Remove `empty` on NftToken in favor of `Default` trait