Open doulos819 opened 1 year ago
Imo simplest/ most efficient solution would be to implement a new contract called "ctt.pixetoken.near" for example.
This contract would host all of the relevant CTT NFT data.
TL;DR: to list CTT NFTs on mintbase, the event standard needs to be added to the contract.
CTT AS NFT contract: https://github.com/MarmaJFoundation/pixeldapps-contract/tree/main/assembly/chainteamtactics/helper
Info on contract upgrade management (Rust): https://docs.near.org/tutorials/examples/update-contract-migrate-state
ctt.pixeltoken.near would need to add:
This should not need a storage management system specifically?
Imo simplest/ most efficient solution would be to implement a new contract called "ctt.pixetoken.near" for example.
This contract would host all of the relevant CTT NFT data.
TL;DR: to list CTT NFTs on mintbase, the event standard needs to be added to the contract.
CTT AS NFT contract: https://github.com/MarmaJFoundation/pixeldapps-contract/tree/main/assembly/chainteamtactics/helper
Info on contract upgrade management (Rust): https://docs.near.org/tutorials/examples/update-contract-migrate-state
ctt.pixeltoken.near would need to add:
This should not need a storage management system specifically?