Simplified version of twitter as a solana dApp.
- Uses rust and anchor framework for creating programs (smart contracts).
- Uses react as a frontend.
Run the react frontend app
cd app
yarn
yarn start
Note: Change your wallet network to devnet.
A very descriptive tutorial by @lorisleiva: