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
Tyle Evmos is essentialy a .Net framework working with Evmos 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 I 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 Tyle Evmos 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. You can find an example of its usage at this link : https://github.com/aikon001/Tyle.Nft
Project : https://github.com/aikon001/Tyle_Evmos
Whitepaper : https://happywar.gitbook.io/happywar/Heot1C6W3ONDYQ8tTfx0/
Discord : https://discord.gg/kpcFcfDt
What' s next
Next steps will be to allow staking for the NFT and swap for the HAPPY token.
Log in or sign up for Devpost to join the conversation.