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 12247ca commit 259f9b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ Automatically update the Program ID in the necessary files:
npm run update-program-id
```

### Rebuild and Redeploy the Anchor Program

```bash
anchor build && anchor deploy
```

### IDL Setup

Copy the IDL (Interface Definition Language) file into the Next.js App:
Expand Down

0 comments on commit 259f9b6

Please sign in to comment.