You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#! /bin/bash
|
|
# This is a sample bash script for a ABCI application
|
|
|
|
cd app/
|
|
git clone https://github.com/tendermint/nomnomcoin.git
|
|
cd nomnomcoin
|
|
npm install .
|
|
|
|
node app.js --eyes="unix:///data/tendermint/data/data.sock"
|