There was an error while loading. Please reload this page.
Install essentials:
sudo apt-get update sudo apt-get install -y curl build-essential python git
Clone this repository
git clone https://github.com/arkecosystem/ark-node.git cd ark-node
Install PostgreSQL (version tested 9.5.2, but any recent version should do)
sudo apt-get install -y postgresql postgresql-contrib libpq-dev sudo -u postgres createuser --createdb --password $USER createdb ark_testnet
Install Node.js (version tested 6.9.1 but any recent version should do) + npm from https://nodejs.org/en/
Install grunt-cli (globally):
sudo npm install grunt-cli -g
Install node modules:
npm install
npm run start:testnet