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

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

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
```