Skip to content

iotaledger/hornet

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* Add api-core inx to the public routes

* Add parameter to enable GZIP compression

* Fix compression forwarding via proxy

* Release v2.0.1
cc3e851

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 3, 2023 11:47
img
August 11, 2023 10:45
September 26, 2022 11:53
October 3, 2023 11:47
April 25, 2022 15:49
February 11, 2021 16:25
October 3, 2023 11:47
December 11, 2019 00:13
January 18, 2020 10:10
August 11, 2023 10:45
May 17, 2022 19:28

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