Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iotaledger/hornet
- Owner: iotaledger
- License: apache-2.0
- Created: 2019-12-04T15:12:28.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-24T14:17:20.000Z (8 months ago)
- Last Synced: 2024-08-04T06:02:37.419Z (6 months ago)
- Topics: fullnode, golang, iota
- Language: Go
- Homepage:
- Size: 164 MB
- Stars: 309
- Watchers: 25
- Forks: 151
- Open Issues: 35
-
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
![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)