Skip to content

Commit

Permalink
GITBOOK-97: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopgalvao authored and gitbook-bot committed Aug 23, 2024
1 parent 50d185d commit 44e7f2c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Using Pop CLI you can easily create a parachain with the Ethereum Virtual Machine, supporting Solidity smart contracts:

```shell
pop new parachain my-evm-chain pop -t evm
pop new parachain my-evm-appchain pop --template evm
```

Keep in mind there are additional configuration flags you can provide.
Expand All @@ -17,14 +17,14 @@ Usage: pop new parachain [OPTIONS] [NAME] [PROVIDER]
Arguments:
[NAME] Name of the project. If empty assistance in the process will be provided.
[PROVIDER] Template provider. [default: pop] [possible values: pop, parity]
[PROVIDER] Template provider. [default: pop] [possible values: pop, openzeppelin, parity]
Options:
-t, --template <TEMPLATE> Template to use. [possible values: base, assets, cpt, fpt]
-t, --template <TEMPLATE> Template to use. [possible values: standard, assets, contracts, evm, polkadot-generic-runtime-template, cpt, fpt]
-r, --release-tag <RELEASE_TAG> Release tag to use for template. If empty, latest release will be used.
-s, --symbol <SYMBOL> Token Symbol [default: UNIT]
-d, --decimals <DECIMALS> Token Decimals [default: 12]
-i, --endowment <INITIAL_ENDOWMENT> Token Endowment for dev accounts [default: "1u64 << 60"]
-p, --path <PATH> Path for the parachain project, [default: current directory]
-h, --help Print help
```

Expand Down

0 comments on commit 44e7f2c

Please sign in to comment.