mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 12:48:00 +00:00
11 lines
324 B
Markdown
11 lines
324 B
Markdown
|
|
### Dev network
|
|
|
|
You can run a simple single-node development "network" on your machine by running in a terminal:
|
|
|
|
```bash
|
|
polkadot --dev
|
|
```
|
|
|
|
You can muck around by cloning and building the http://github.com/paritytech/polka-ui and http://github.com/paritytech/polkadot-ui or just heading to https://polkadot.js.org/apps.
|