Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Aug 25, 2024
1 parent 865a59d commit 12247ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README-tech.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,8 @@ Lint and format the code :
```bash
npm run lint:fix
```



## Localnet to Devnet

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ Start the Solana local validator (solana-test-validator) with Metaplex:
npm run ledger
```

after starting the Solana local validator, you will probably need to do an airdrop(s):

```bash
solana airdrop <amout> <your-address>
```

### Build and Deploy the Anchor Program

Build:
Expand Down

0 comments on commit 12247ca

Please sign in to comment.