Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update generate from local manifest command #29

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>`
Loading