mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-06 12:00:44 +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" |