Skip to content

iotaledger/hornet

Repository files navigation

HORNET - The IOTA node

GitHub Workflow Status GitHub release (latest by date) GitHub go.mod Go version GitHub

HORNET is a powerful IOTA fullnode software written in Go. It is easy to install and maintain.


In this repository you will find the following branches:

  • develop: default branch where all development will get merged to. This represents the next iteration of the node.
  • staging: this branch contains the latest released code targeted for the shimmer network
  • production: this branch contains the latest released code targeted for the IOTA mainnet

Notes

  • Please open a new issue if you detect an error or crash (or submit a PR if you have already fixed it).
  • The issue section is not a support section, if you have questions about HORNET please post them in the #hornet channel (official iota discord server).

Table of contents

Documentation

Hornet documentation can be found here: https://wiki.iota.org/hornet/welcome

Configuration

An overview over all configuration parameters can be found here.

Contributing