Skip to content

Insight

Masao Hidemitsu edited this page Jan 23, 2018 · 2 revisions

Requirements

  • NEETCOINd
  • Node.js v0.10.48

Getting Started

export WORK=$(pwd)

git clone https://github.com/NEETCOINTeam/insight-neetcoin.git
cd insight-neetcoin
npm install
npm run build
cd public
cp index-template.html index.html

cd "$WORK"

git clone https://github.com/NEETCOINTeam/insight-api-neetcoin.git
cd insight-api-neetcoin
npm install
env INSIGHT_NETWORK=livenet INSIGHT_PUBLIC_PATH="$WORK/insight-neetcoin/public" NODE_ENV=production node insight.js
Clone this wiki locally