Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 720 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 720 Bytes

Solana Data Account Experiment

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

Commands

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

Results

I was able to successfully update data on the blockchain as expected

2024-06-15.05-25-04.mp4