File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
docs/murmur/docs/quick_start Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ npm i @ideallabs/murmur.js axios @polkadot/api
18
18
If you want to develop locally, you can run a local Ideal Network node with Docker
19
19
20
20
``` shell
21
- docker pull ideallabs/etf@ latest
21
+ docker pull ideallabs/etf: latest
22
22
docker run -p 9944:9944 ideallabs/etf --tmp --dev --alice --unsafe-rpc-external
23
23
```
24
24
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The [murmur-discord-bot](https://github.com/ideal-lab5/murmur-bots/tree/main/dis
16
16
This project is in development and requires you run a local IDN node. You can do this easily with Docker by running:
17
17
18
18
``` shell
19
- docker pull ideallabs/etf@ latest
19
+ docker pull ideallabs/etf: latest
20
20
docker run -p 9944:9944 ideallabs/etf --tmp --dev --alice --unsafe-rpc-external
21
21
```
22
22
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Options:
36
36
You can use docker to easily run a local IDN validator node (with RPC exposed on localhost:9944) with:
37
37
38
38
``` shell
39
- docker pull ideallabs/etf@ latest
39
+ docker pull ideallabs/etf: latest
40
40
docker run -p 9944:9944 ideallabs/etf --tmp --dev --alice --unsafe-rpc-external
41
41
```
42
42
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This is a guide for develoeprs to demosntrate lcoal setup and execution of the T
17
17
This project is in development and requires you run a local IDN node. You can do this easily with Docker by running:
18
18
19
19
``` shell
20
- docker pull ideallabs/etf@ latest
20
+ docker pull ideallabs/etf: latest
21
21
docker run -p 9944:9944 ideallabs/etf --tmp --dev --alice --unsafe-rpc-external
22
22
```
23
23
You can’t perform that action at this time.
0 commit comments