Skip to content

Commit 2eb96e8

Browse files
committed
update README
1 parent 6f72b62 commit 2eb96e8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,13 @@ dotemplate create my-app cpt
1717
dotemplate create my-app fpt
1818
```
1919

20+
You can also customize a template by providing config options for token symbol (as it appears on polkadot-js apps UI), token decimals, and the initial endowment for substrate developer accounts. Here's how:
21+
22+
```sh
23+
# Create a minimal parachain template
24+
dotemplate create my-app --symbol DOT --decimals 6 --endowment 1_000_000_000
25+
```
26+
There's also the shorter version:
27+
```sh
28+
dotemplate create my-app -s DOT -d 6 -i 1_000_000_000
29+
```

0 commit comments

Comments
 (0)