Skip to content

Commit

Permalink
README-tech.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Aug 25, 2024
1 parent 0133c78 commit 6ccc8a4
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README-tech.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,23 +95,31 @@ solana airdrop <amout>

Modify your `Anchor.toml` file:

Replace:
#### [programs.devnet]

Add :

```bash
[programs.devnet]
nft_ticketing = "<your-program-id>"
```

#### [provider]

And replace:

```bash
[provider]
cluster = "localnet"
```

By:

```bash
[provider]
cluster = "devnet"
```

Add :
```bash
[programs.devnet]
nft_ticketing = "<your-program-id>"
```

### Environment Variables

In `/app/front/.env` (Next.js App):
Expand Down

0 comments on commit 6ccc8a4

Please sign in to comment.