Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 446 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 446 Bytes

Solana React Twitter

Simplified version of twitter as a solana dApp.

  • Uses rust and anchor framework for creating programs (smart contracts).
  • Uses react as a frontend.

How to Run?

Run the react frontend app

cd app
yarn
yarn start

Note: Change your wallet network to devnet.

Reference

A very descriptive tutorial by @lorisleiva:

https://lorisleiva.com/create-a-solana-dapp-from-scratch