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: add cargo contract mention #94

Closed
wants to merge 1 commit into from
Closed
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: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ pop build parachain --release
```

For running any parachain, we recommend using [zombienet](https://github.com/paritytech/zombienet).

See below for more information about using `pop up parachain` to help you with this.

### Contracts
Expand Down Expand Up @@ -130,7 +131,10 @@ Some of the options available are:
- You also can specify the url of your node with `--url ws://your-endpoint`, by default it is
using `ws://localhost:9944`.

For more information about the options,

> Under-the-hood Pop uses much of [cargo contract](https://github.com/paritytech/cargo-contract)'s features to make the contract commands possible.
>
> For more information about the options,
check [cargo-contract documentation](https://github.com/paritytech/cargo-contract/blob/master/crates/extrinsics/README.md#instantiate)


Expand Down
Loading