Node >= 8
git clone [email protected]:DavidAbram/hackernoon2.0.git
mkdir loom && cd loom
curl https://raw.githubusercontent.com/loomnetwork/loom-sdk-documentation/master/scripts/get_loom.sh | sh
./loom init
./loom run
You can explore here your blockchain https://blockexplorer.loomx.io/
# Open second terminal
npm run deploy
npm test
npm serve
open http://http:localhost:8080
Install elastic search by following instructions:
https://www.elastic.co/guide/en/elasticsearch/reference/current/_installation.html
or by using docker
docker run -d --name elasticsearch -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:tag
start indexer
# Open third terminal
npm run indexer
Start elasticsearch instance.