Skip to content

Commit

Permalink
chore: mention --all option in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jokly authored Nov 2, 2023
1 parent a7f9f93 commit 0422b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ npm create ton@latest
* `scripts/` - Deployment scripts to mainnet/testnet and other scripts interacting with live contracts
* `build/` - Compilation artifacts created here after running a build command

### Build one of the contracts
### Build contracts

1. You need a compilation script in `wrappers/<CONTRACT>.compile.ts` - [example](/example/wrappers/Counter.compile.ts)
2. Run interactive: &nbsp;&nbsp; `npx blueprint build` &nbsp; or &nbsp; `yarn blueprint build`
3. Non-interactive: &nbsp; `npx/yarn blueprint build <CONTRACT>`
3. Non-interactive: &nbsp; `npx/yarn blueprint build <CONTRACT>` &nbsp; OR build all contracts &nbsp; `yarn blueprint build --all`
* Example: `yarn blueprint build counter`
4. Build results are generated in `build/<CONTRACT>.compiled.json`

Expand Down

0 comments on commit 0422b59

Please sign in to comment.