Inspiration

I got inspired by the idea of a social space to play , earn and discuss about new features and ideas about Web3 and such topics. This is the Happyverse!

What it does

TyleCSC is essentialy a .Net framework working with CoinEx Smart Chain to build a metaverse called Happyverse. You can build your GameFi upon it : create your own ERC20 token or mint your ERC721 nft tokens with the possibility to change the metadata off-chain in real-time and lot more.

How we built it

I used different stack here . The framework itself offer an interface to an api, in this case the connection is done through the /connect endpoint that takes apiuri to the json rpc endpoint (i.e. infura) and the walletsecret , you are then authorized to do every other call to the api. Metadata is stored off-chain in ipfs , it is possible to edit the data with the previous cid and the secret key you got when storing the data. This will produce a new cid but with the same uri. Every json is stored in ipfs and pinned with nft.storage while the old ones are deleted. To keep the same uri TyleCSC uses a secret key to uniquely identify the name of the ipfs dns. If you want to execute a procedure remotely you can create a rpc service, that's why I experimented also with rethinkdb.

What's next for TyleCSC

Next steps will be to allow staking for the NFT and swap for the HAPPY token.

Built With

Share this project:

Updates