This repository contains three different parts for building, testing and exploring The Tangle.
The complete procedure is explained here
You can just pip install thetangle
and run examples from the folder python_examples
.
Run the script release.sh
. You will need a twine_credentials.sh
file that exports the system variables TWINE_USERNAME=xxx
and
TWINE_PASSWORD=xxx
.
Setup everything (finding the sources and storing them in your staging area requires a lot of work, use the scripts in ETL/scripts
as a reference) and run:
cd ETL
./do_all.sh
run ./test_cluster.sh
You will have to set up a two node cluster and configure the IPs and ports of your nodes in cluster_tests/http_requests.py
.