https://github.com/berzanorg/game-dapp
🎮 A Solana dApp that shows how to use PDAs
https://github.com/berzanorg/game-dapp
Last synced: about 2 months ago
JSON representation
🎮 A Solana dApp that shows how to use PDAs
- Host: GitHub
- URL: https://github.com/berzanorg/game-dapp
- Owner: berzanorg
- Created: 2022-07-20T09:33:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T09:38:48.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T23:33:18.548Z (2 months ago)
- Language: Rust
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# game-dapp
🎮 A Solana dApp that shows how to use PDAs- If you want to learn and test how PDAs work, this repo is for you.
## Getting started
Clone the repo
```
git clone https://github.com/BerzanXYZ/game-dapp.git
```Install dependencies
```
yarn
```Run a test
```
anchor test
```