|
| 1 | +# IOTA-Core - The IOTA 2.0 node |
| 2 | + |
| 3 | +IOTA-Core is the node software for the upcoming IOTA 2.0 protocol. |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | +--- |
| 10 | +[](https://github.com/iotaledger/iota-core/actions/workflows/build_docker.yml) |
| 11 | +[](https://github.com/iotaledger/iota-core/actions/workflows/build_tools.yml) |
| 12 | +[](https://github.com/iotaledger/iota-core/actions/workflows/docker-network-health.yml) |
| 13 | +[](https://github.com/iotaledger/iota-core/actions/workflows/docker-network-tests-nightly.yml) |
| 14 | +[](https://github.com/iotaledger/iota-core/actions/workflows/golangci-lint.yml) |
| 15 | +[](https://github.com/iotaledger/iota-core/actions/workflows/release.yml) |
| 16 | +[](https://github.com/iotaledger/iota-core/actions/workflows/unit-test.yml) |
| 17 | +--- |
| 18 | + |
| 19 | +In this repository you will find the following branches: |
| 20 | + |
| 21 | +- `production`: this branch contains the latest released code targeted for the [IOTA mainnet](https://iota.org) |
| 22 | +- `staging`: this branch contains the latest released code targeted for the [shimmer network](https://shimmer.network) |
| 23 | +- `develop`: default branch where all development will get merged to. This represents the next iteration of the node. |
| 24 | + |
| 25 | +## Notes |
| 26 | + |
| 27 | +- **Please open a [new issue](https://github.com/iotaledger/iota-core/issues/new) if you detect an error or crash (or submit a PR if you have already fixed it).** |
| 28 | + |
| 29 | +## Configuration |
| 30 | + |
| 31 | +An overview over all configuration parameters can be found [here.](documentation/configuration.md) |
| 32 | + |
| 33 | +## Setup |
| 34 | +We recommend not using this repo directly but using our pre-built [Docker images](https://hub.docker.com/r/iotaledger/iota-core). |
0 commit comments