Skip to content

Commit a1853a2

Browse files
committed
update readme
1 parent da466e3 commit a1853a2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.icons/logo.jpeg

117 KB
Loading

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DoTemplate
2-
<img src="https://private-user-images.githubusercontent.com/15669111/285133483-af63fbad-6eb3-434b-a1b6-78f15f0b4a2a.jpeg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDA3Mjc2NDAsIm5iZiI6MTcwMDcyNzM0MCwicGF0aCI6Ii8xNTY2OTExMS8yODUxMzM0ODMtYWY2M2ZiYWQtNmViMy00MzRiLWExYjYtNzhmMTVmMGI0YTJhLmpwZWc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBSVdOSllBWDRDU1ZFSDUzQSUyRjIwMjMxMTIzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDIzMTEyM1QwODE1NDBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xMmZmMGU0ZmI4NDZjM2NkM2M5YmE3ZmRkZTlkZWUwYzhmMjc0ZDA1ZWM0NDUxOWM5NmE5MTg1ZDJhOTU4OGNkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9._lY6Hm8ZSFmk-SHbpT8ycw8SkRDjeu3g72f21z4DAuQ" height=400px width=400px align="left"></img>
2+
<img src=".icons/logo.jpeg" height="400px" width="400px" align="left"></img>
33

44
Your one-stop entry into the exciting world of Blockchain development with *Polkadot*
55

@@ -21,10 +21,19 @@ dotemplate create my-app fpt
2121
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:
2222

2323
```sh
24-
# Create a minimal parachain template
24+
# Create a minimal parachain template with "DOT" as token symbol, 6 token decimals and 1 billion tokens per dev account
2525
dotemplate create my-app --symbol DOT --decimals 6 --endowment 1_000_000_000
2626
```
2727
There's also the shorter version:
2828
```sh
2929
dotemplate create my-app -s DOT -d 6 -i 1_000_000_000
3030
```
31+
32+
Finally, you would need to build and run it.
33+
```sh
34+
cd my-app
35+
cargo build --release
36+
```
37+
For running any parachain, we recommend using [zombienet](https://github.com/paritytech/zombienet).
38+
39+
_Zombinet integration coming soon..._

0 commit comments

Comments
 (0)