Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.