- Notifications
You must be signed in to change notification settings - Fork37
"One Click Tangle" intends to make lives easier to IOTA adopters by providing pre-configured scripts and recipes that allow to deploy IOTA Networks and Nodes "in one click".
License
iotaledger-archive/one-click-tangle
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About ◈Prerequisites ◈Getting started ◈Supporting the project ◈Joining the discussion
This repository is where the IOTA Foundation hosts the open-source code for deploying Chrysalis IOTA Nodes and Networks "in one click". If you are looking how to deploy Shimmer Nodes you should check theNode Setup Repository. Those scripts are also compatible with Chrysalis.
The code is composed of:
hornet: Script to deploy a new Hornet Node connected to the mainnet.hornet-k8s: Script to deploy a set of Hornet Nodes connected to the mainnet (Kubernetes).private-tangle: Script to deploy a new Private Tangle composed of Coordinator, Spammer and one regular Hornet Node.private-tangle/extra-nodes: Script to add extra Hornet Nodesto an existing Private Tangle.explorer: Script to deploy a newTangle Explorer.bootstrap: Scripts that support Deployment on the AWS Marketplace forHornet and thePrivate Tangle.
This is beta software, so there may be issues.Please report any issues in ourissue tracker.
Related Community Projects:Hornet Playbook
Last but not least, to execute these scripts you needDocker and Docker Compose.Docker Compose is a tool for defining and running multi-container Docker applications. A seriesYAML files are used to configure the required services. This means all container services can be brought up in a single command. Docker Compose is installed by default as part of Docker for Windows and Docker for Mac, however Linux users will need to follow the instructions foundhere
You can check your currentDocker andDocker Compose versions using the following commands:
docker-compose -vdocker version
Please ensure that you are using Docker version18.03 or higher and Docker Compose1.21 or higher and upgrade ifnecessary.
First you need to clone the Repository
git clone https://github.com/iotaledger/one-click-tangleAfterwards you can install a Hornet Node by
cd hornet-mainnetchmod +x hornet.sh./hornet.sh installFirst you need to clone the Repository
git clone https://github.com/iotaledger/one-click-tanglecd hornet-private-netchmod +x private-tangle.sh./private-tangle.sh installYou may also want todeploy a Tangle Explorer.
Additional instructions can be found on thistutorial.
If this project has been useful to you and you feel like contributing, consider submitting abug report,feature request or apull request.
See ourcontributing guidelines for more information.
If you want to get involved in the community, need help with getting set up, have any issues or just want to discuss IOTA, Distributed Registry Technology (DRT), and IoT with other people, feel free to join ourDiscord.
About
"One Click Tangle" intends to make lives easier to IOTA adopters by providing pre-configured scripts and recipes that allow to deploy IOTA Networks and Nodes "in one click".
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Contributors8
Uh oh!
There was an error while loading.Please reload this page.