New Social Networking Service with check tool as nft use case
This is Z, a decentralized social network built on Arbitrum, Avail and Morph. We create specific actions on social networks to bring the most meaningful experiences.
We focus on 2 things. meaningful post and module check
I build application with hardhat and nextjs. For post new post , after user input i will store it to web3.storage and get cid then store status to smartcontract with detail is cid url.
For Module first i deploy it as nft with metadata about what is module use for and the code and it have price. for anyone who bought nft can executed code inside nft to check anything related to post
i reference code from Metamask document
await window.ethereum.request({
"method": "eth_gasPrice",
"params": []
});