Files
tendermint/test/p2p/data/app/init.sh
Ethan Buchman c147b41013 TMSP -> ABCI
2017-01-12 15:53:32 -05:00

9 lines
219 B
Bash
Executable File

#! /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"