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

https://github.com/berzanorg/voting-dapp

🗳️ A voting dapp on Solana using PDAs & CPIs
https://github.com/berzanorg/voting-dapp

Last synced: about 2 months ago
JSON representation

🗳️ A voting dapp on Solana using PDAs & CPIs

Awesome Lists containing this project

README

        

# voting-dapp
🗳️ A voting dApp on Solana using PDAs & CPIs

- This dApp will teach you how a voting dApp works

## Getting started

Clone the repo
```
git clone https://github.com/BerzanXYZ/voting-dapp.git
```

Install dependencies
```
yarn
```

Run a test
```
anchor test
```