https://github.com/iotaledger/hornet
HORNET is a powerful IOTA fullnode software
https://github.com/iotaledger/hornet
fullnode golang iota
Last synced: about 2 months ago
JSON representation
HORNET is a powerful IOTA fullnode software
- Host: GitHub
- URL: https://github.com/iotaledger/hornet
- Owner: iotaledger
- License: apache-2.0
- Archived: true
- Created: 2019-12-04T15:12:28.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-24T14:17:20.000Z (almost 2 years ago)
- Last Synced: 2025-08-15T11:53:49.564Z (7 months ago)
- Topics: fullnode, golang, iota
- Language: Go
- Homepage:
- Size: 164 MB
- Stars: 315
- Watchers: 24
- Forks: 160
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- best-of-crypto - GitHub - 7% open · ⏱️ 24.05.2024): (Top Internet of Things (IOT))
README
# HORNET - The IOTA node
   

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](https://shimmer.network)
- `production`: this branch contains the latest released code targeted for the [IOTA mainnet](https://iota.org)
---
## Notes
- **Please open a [new issue](https://github.com/iotaledger/hornet/issues/new) 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](https://discord.iota.org/)).**
---
_Table of contents_
- [HORNET - The IOTA node](#hornet---the-iota-node)
- [Notes](#notes)
- [Documentation](#documentation)
- [Configuration](#configuration)
- [Contributing](#contributing)
## Documentation
Hornet documentation can be found here: https://wiki.iota.org/hornet/welcome
## Configuration
An overview over all configuration parameters can be found [here.](configuration.md)
## Contributing
- See [CONTRIBUTING](/CONTRIBUTING.md)