Hi, I am trying to create a web3 app wherein I want to store users’ messages on the blockchain. I am using a self-hosted moralis server and a MongoDB atlas database. But if I directly store the data in a database like non-blockchain messages then they are less secure. Is there a way to directly put data on the chain and fetch it from there? @alex @cryptokid
Thank you.
you will have to create a smart contract on chain that handles those messages, this will require to pay gas fees for every message that is added on chain