Skip to content

Commit

Permalink
docs: launch local network
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwht authored Mar 7, 2024
1 parent 7cabe6d commit 3532ea2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,17 @@ awesome things.

Pop supports Polkadot native contracts (`pallet-contracts`), enabling developers to build with more performant and
secure smart contract languages (such as [ink!](https://use.ink/)).

# Launching Local Network
## Installation
You can install the Pop CLI as follows:
```shell
cargo install --git https://github.com/r0gue-io/pop-cli
```

## Spawn Network
You can spawn a local network as follows:
```shell
pop up -c ./networks/rococo.toml
```
Note: `pop` will automatically source the necessary `polkadot` binaries. Currently, these will have to be built if on a non-linux system.

0 comments on commit 3532ea2

Please sign in to comment.