Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iotaledger/hornet

HORNET is a powerful IOTA fullnode software
https://github.com/iotaledger/hornet

fullnode golang iota

Last synced: 2 months ago
JSON representation

HORNET is a powerful IOTA fullnode software

Awesome Lists containing this project

README

        

# HORNET - The IOTA node

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/iotaledger/hornet/build_HORNET.yml?style=for-the-badge&branch=develop) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/iotaledger/hornet?style=for-the-badge) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/iotaledger/hornet?style=for-the-badge) ![GitHub](https://img.shields.io/github/license/iotaledger/hornet?style=for-the-badge)

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)