Skip to content

Instantly share code, notes, and snippets.

@alanwilhelm
Created March 29, 2019 19:54
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 alanwilhelm/cf0f11f46a778011d29d924d0132a9ed to your computer and use it in GitHub Desktop.
Save alanwilhelm/cf0f11f46a778011d29d924d0132a9ed to your computer and use it in GitHub Desktop.
Compile and run Esprezzo Perkle on Ubuntu
#!/bin/bash
sudo apt-get install -y build-essential golang;
git clone https://github.com/esprezzo/perkle.git
./perkle/scripts/build_release.sh;
./perkle/scripts/start_fullnode.sh;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment