Skip to content

Commit

Permalink
docs: update generate from local manifest command
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed Apr 2, 2024
1 parent 7ebd906 commit 27a0a22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cpm download manifest -c 0x4380f2c1de98bb267d3ea821897ec571a04fe3e0 -N https://m

### Build SDK from local manifest
```shell
cpm generate python -m samplecontract.manifest.json
cpm generate go -m samplecontract.manifest.json
cpm generate python -m samplecontract.manifest.json -t offchain
cpm generate go -m samplecontract.manifest.json -t onchain
```
Note: all the SDKs are placed in `/cpm_out/` under a language specific folder i.e. `/cpm_out/python/<contract>` or `/cpm_out/golang/<contract>`
Note: all the SDKs are placed in `/cpm_out/` under a SDK type and language specific folder i.e. `/cpm_out/offchain/python/<contract>` or `/cpm_out/onchain/golang/<contract>`

0 comments on commit 27a0a22

Please sign in to comment.