MarmaJFoundation / pixeldapps-contract

GNU General Public License v3.0
1 stars 1 forks source link

CTT NFT Market not working -> Mintbase? #2

Open doulos819 opened 1 year ago

doulos819 commented 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?