Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

"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

Notifications You must be signed in to change notification settings

iotaledger/one-click-tangle

Repository files navigation

One Click Tangle

Discord StackExchange MIT license

AboutPrerequisitesGetting startedSupporting the projectJoining the discussion


About

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 the Node Setup Repository. Those scripts are also compatible with Chrysalis.

The code is composed of:

This is beta software, so there may be issues. Please report any issues in our issue tracker.

Related Community Projects: Hornet Playbook

Prerequisites

Last but not least, to execute these scripts you need Docker and Docker Compose. Docker Compose is a tool for defining and running multi-container Docker applications. A series YAML 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 found here

You can check your current Docker and Docker Compose versions using the following commands:

docker-compose -v
docker version

Please ensure that you are using Docker version 18.03 or higher and Docker Compose 1.21 or higher and upgrade if necessary.

Getting started

Getting started - Hornet

First you need to clone the Repository

git clone https://github.com/iotaledger/one-click-tangle

Afterwards you can install a Hornet Node by

cd hornet-mainnet
chmod +x hornet.sh
./hornet.sh install

Getting started - Private Tangle

First you need to clone the Repository

git clone https://github.com/iotaledger/one-click-tangle
cd hornet-private-net
chmod +x private-tangle.sh
./private-tangle.sh install

You may also want to deploy a Tangle Explorer.

Additional instructions can be found on this tutorial.

Supporting the project

If this project has been useful to you and you feel like contributing, consider submitting a bug report, feature request or a pull request.

See our contributing guidelines for more information.

Joining the discussion

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 our Discord.

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

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages