Skip to content

Commit

Permalink
Chores: update README moonbeam docker version and add .idea in gitign…
Browse files Browse the repository at this point in the history
…ore (#2678)

* Update README moonbeam docker version and add .idea in gitignore

* bump docker version to 0.36.0
  • Loading branch information
links234 authored Feb 26, 2024
1 parent 57ed6d4 commit dd8cc47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@
tools/specFiles
tools/*-local.json
tools/*-local-raw.json
tools/build
tools/build

# RustRover
.idea/
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Docker images are published for every tagged release. Learn more with `moonbeam

```bash
# Join the public testnet
docker run --network="host" moonbeamfoundation/moonbeam:v0.31.0 --chain alphanet
docker run --network="host" moonbeamfoundation/moonbeam:v0.36.0 --chain alphanet
```

You can find more detailed instructions to [run a full node in our TestNet](https://docs.moonbeam.network/node-operators/networks/run-a-node/overview/)
Expand All @@ -36,7 +36,7 @@ locally. You can quickly set up a single node without a relay chain backing it u

```bash
# Run a dev service node
docker run --network="host" moonbeamfoundation/moonbeam:v0.31.0 --dev
docker run --network="host" moonbeamfoundation/moonbeam:v0.36.0 --dev
```

For more information, see our detailed instructions to [run a development node](https://docs.moonbeam.network/builders/get-started/networks/moonbeam-dev/)
Expand All @@ -47,10 +47,10 @@ The above command will start the node in instant seal mode. It creates a block w

```bash
# Author a block every 6 seconds.
docker run --network="host" moonbeamfoundation/moonbeam:v0.31.0 --dev --sealing 6000
docker run --network="host" moonbeamfoundation/moonbeam:v0.36.0 --dev --sealing 6000

# Manually control the block authorship and finality
docker run --network="host" moonbeamfoundation/moonbeam:v0.31.0 --dev --sealing manual
docker run --network="host" moonbeamfoundation/moonbeam:v0.36.0 --dev --sealing manual
```

### Prefunded Development Addresses
Expand Down

0 comments on commit dd8cc47

Please sign in to comment.