All Projects → iotaledger → one-click-tangle

iotaledger / one-click-tangle

Licence: MIT License
"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".

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to one-click-tangle

MushROMs
Super Nintendo game editing libraries and tools
Stars: ✭ 24 (-44.19%)
Mutual labels:  milestones
Kinect Dataset Builder
No description or website provided.
Stars: ✭ 16 (-62.79%)
Mutual labels:  depth
tangle-utils-website
A web site full of utilities for all things tangle, transaction and IOTA.
Stars: ✭ 19 (-55.81%)
Mutual labels:  tangle
IOTA-MAM.lib.js-PoC
Working Proof of Concept of IOTA's MAM technology using Live Nodes to push and receive messages inside tangle
Stars: ✭ 19 (-55.81%)
Mutual labels:  tangle
GeoSup
Code for Geo-Supervised Visual Depth Prediction
Stars: ✭ 27 (-37.21%)
Mutual labels:  depth
poc-ipfs
Demonstration of combining IOTA with IPFS for data storage.
Stars: ✭ 32 (-25.58%)
Mutual labels:  tangle
stinsen
Coordinators in SwiftUI. Simple, powerful and elegant.
Stars: ✭ 563 (+1209.3%)
Mutual labels:  coordinator
depth-from-defocus-and-correspondence
⛄Depth from Combining Defocus and Correspondence Using Light-Field Cameras.
Stars: ✭ 17 (-60.47%)
Mutual labels:  depth
TimelineCards
Presenting timelines as cards, single or bundled in scrollable feed!
Stars: ✭ 423 (+883.72%)
Mutual labels:  milestones
ntangle
Command-line utility for Tangling of Org documents — programmed in Nim.
Stars: ✭ 56 (+30.23%)
Mutual labels:  tangle
dcurl
Hardware-accelerated Multi-threaded IOTA PoW, drop-in replacement for ccurl
Stars: ✭ 39 (-9.3%)
Mutual labels:  tangle
Coordinator
A drop-in, ready to use, collection of Coordinator protocols
Stars: ✭ 25 (-41.86%)
Mutual labels:  coordinator
SwiftUI-MVVM-C
An iOS template project using SwiftUI, Combine and MVVM-C software architecture
Stars: ✭ 85 (+97.67%)
Mutual labels:  coordinator
Structured-Light-Laser-Stripe-Reconstruction
Reconstructs a 3D stripe on the area of an object on which a laser falls as seen by the camera
Stars: ✭ 35 (-18.6%)
Mutual labels:  depth
geet
Command line interface for performing Git hosting service operations
Stars: ✭ 14 (-67.44%)
Mutual labels:  milestones
Fall-Detection-Dataset
FUKinect-Fall dataset was created using Kinect V1. The dataset includes walking, bending, sitting, squatting, lying and falling actions performed by 21 subjects between 19-72 years of age.
Stars: ✭ 16 (-62.79%)
Mutual labels:  depth
FisheyeDistanceNet
FisheyeDistanceNet
Stars: ✭ 33 (-23.26%)
Mutual labels:  depth
G2LTex
Code for CVPR 2018 paper --- Texture Mapping for 3D Reconstruction with RGB-D Sensor
Stars: ✭ 104 (+141.86%)
Mutual labels:  depth
diskusage
FANTASTIC SPEED utility to find out top largest folders/files on the disk.
Stars: ✭ 64 (+48.84%)
Mutual labels:  depth
IOTAtangle
IOTA Tangle Visualiser 🦔 http://tangle.glumb.de/?DARK_MODE=true
Stars: ✭ 55 (+27.91%)
Mutual labels:  tangle

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".

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].