Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Sep 6, 2023
1 parent 545ea9c commit 2cb4b6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ pnpm install

You will then have access to the following commands.

- `programs:build` - Build all programs and fetch all dependant programs.
- `programs:test` - Test all programs.
- `programs:clean` - Clean all built and fetched programs.
- `pnpm generate:idls` - Generate IDLs for all programs, as configured in the `configs/shank.cjs` file.
- `pnpm generate:clients` - Generate clients using Kinobi, as configured in the `configs/kinobi.cjs` file.
- `pnpm generate` - Shortcut for `pnpm generate:idls && pnpm generate:clients`.
- `pnpm validator` - Start a local validator using Amman, as configured in the `configs/validator.cjs` file.
- `pnpm validator:localnet` - Same as `pnpm validator`.
- `pnpm validator:devnet` - Start a local validator using the `configs/validator.devnet.cjs` file.
- `pnpm validator:mainnet` - Start a local validator using the `configs/validator.mainnet.cjs` file.
- `pnpm validator:stop` - Stop the local validator.
- `pnpm validator:logs` - Show the logs of the local validator.

Expand Down

0 comments on commit 2cb4b6a

Please sign in to comment.