What it does

For this smart contract, I created a journal. For the journal, you can create journal entries, update journal entries, read them and delete them. Basic CRUD app.

How I built it

I built the smart contract using Rust then I compiled the code into a Solana program binary and finally deployed the compiled contract into the Solana blockchain. This was all done in Solana Playground. I used the MLH workshop on Intro to Contract Development with Solana presented by Brianna Migliaccio for guidance.

What I learned

I learned about what a Smart Contract is, the necessary components of a Smart Contract, why it is necessary, and how to create one for a simple CRUD app.

Built With

Share this project:

Updates