Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kavindumadushanka972/solana-blog-app
This project involves developing a decentralized blog application (dApp) that interacts with a Solana smart contract.
https://github.com/kavindumadushanka972/solana-blog-app
blockchain dapp react solana
Last synced: 3 days ago
JSON representation
This project involves developing a decentralized blog application (dApp) that interacts with a Solana smart contract.
- Host: GitHub
- URL: https://github.com/kavindumadushanka972/solana-blog-app
- Owner: kavindumadushanka972
- Created: 2024-09-04T13:05:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T14:03:07.000Z (5 months ago)
- Last Synced: 2024-11-21T07:34:17.253Z (2 months ago)
- Topics: blockchain, dapp, react, solana
- Language: JavaScript
- Homepage: https://solana-blog-app.vercel.app
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Run The Project
```
cd app
yarn install
yarn dev
```The Solana program is located inside the `solana_contracts` directory. The generated `idl.json` file is used in the frontend to interact with the deployed program on the devnet.