Skip to content

Instantly share code, notes, and snippets.

@desek
Last active December 14, 2017 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save desek/9c179d09a05051ca4e6720e8b8015d02 to your computer and use it in GitHub Desktop.
Save desek/9c179d09a05051ca4e6720e8b8015d02 to your computer and use it in GitHub Desktop.
#!/bin/bash
docker run -d --net=host --name iota-node -p 14265:14265 -p 14777:14777/udp -p 15777:15777 -v iota.ini:/iri/iota.ini iotaledger/iri:latest
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm i -g iota-pm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment