9 lines
219 B
Bash
Raw Normal View History

2016-07-24 14:08:47 -04:00
#! /bin/bash
2017-01-12 15:53:32 -05:00
# This is a sample bash script for a ABCI application
2016-07-24 14:08:47 -04:00
cd app/
git clone https://github.com/tendermint/nomnomcoin.git
cd nomnomcoin
npm install .
node app.js --eyes="unix:///data/tendermint/data/data.sock"