Node >= 8git clone git@github.com:DavidAbram/hackernoon2.0.gitmkdir loom && cd loom
curl https://raw.githubusercontent.com/loomnetwork/loom-sdk-documentation/master/scripts/get_loom.sh | sh
./loom init
./loom runYou can explore here your blockchain https://blockexplorer.loomx.io/
# Open second terminal
npm run deploy
npm test
npm serveopen 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:tagstart indexer
# Open third terminal
npm run indexerStart elasticsearch instance.