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 2e91824 commit a0aa8c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ cp ./app/front/.env.example ./app/front/.env

Ensure all necessary environment variables are configured in the `.env` file.

### Make Scripts Executable

Ensure the shell scripts are executable:

```bash
chmod +x sh/*.sh
```

### Run Solana Local Validator

Start the Solana local validator with Metaplex (`solana-test-validator --ledger <and other arguments>`):
Expand All @@ -128,6 +136,8 @@ anchor deploy

### Change Program ID

Automatically update the Program ID in the necessary files:

```bash
npm run update-program-id
```
Expand Down

0 comments on commit a0aa8c0

Please sign in to comment.