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
- Host: GitHub
- URL: https://github.com/berzanorg/voting-dapp
- Owner: berzanorg
- Created: 2022-07-20T12:07:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T07:59:09.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T23:33:19.572Z (2 months ago)
- Language: TypeScript
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```