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 259f9b6 commit 1472fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ Deploy:
anchor deploy
```

> **PS**: `anchor deploy` will create your `target/idl/nft_ticketing.json` file.
### Change Program ID

Automatically update the Program ID in the necessary files:
Expand Down
2 changes: 0 additions & 2 deletions sh/update-program-id.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

# Assurez-vous que le script est exécutable avec : chmod +x update_program_id.sh

# Obtenez le nouveau Program ID
PROGRAM_ID=$(solana address -k target/deploy/nft_ticketing-keypair.json)

Expand Down

0 comments on commit 1472fac

Please sign in to comment.