An experiment for storing and updating user data stored on the blockchain using Solana Smart Contract (program)
/app
/programs
/app folder contains the frontend UI /programs folder contains the backend rust-based smart contract
anchor build //build the project and generate new key pair
anchor keys sync //sync the keys so that the entire project is using valid keypair
anchor deploy //deploy the smart contract program onto the devnet blockchain
I was able to successfully update data on the blockchain as expected