mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-03 10:32:17 +00:00
9 lines
219 B
Bash
Executable File
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" |