Are you a GNU/Linux user?
Do you want to save a text file in a decentralized way around the world at no cost?
If your answer to the previous two questions is ‘yes’, do the following:
1) Install node
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash - sudo apt-get install -y nodejs npm
2) Install the following libs
npm install -g iota.lib.js npm install -g diff npm install -g minimist
3) Download and decompress deltangle.tar.gz in <deltangle path>
mkdir <deltangle path>
cd <deltangle path>
wget https://github.com/trustingiot/deltangle/releases/download/1.0/deltangle.tar.gz
tar -zxvf deltangle.tar.gz
rm deltangle.tar.gz
4) Set DELTANGLE_PATH
echo export DELTANGLE_PATH=<deltangle path> >> ~/.profile
echo 'export PATH="$DELTANGLE_PATH:$PATH"' >> ~/.profile
source ~/.profile
5) Set execution permission
chmod +x $DELTANGLE_PATH/deltangle
6) Run deltangle
deltangle
Do you want to know how to use deltangle? Watch the following video.
That’s all. In case you want to donate some IOTAs to support my work, send them to my donation address.
6 comments on “Using deltangle from the terminal”