davidabram / hackernoon2.0

Example how simplified decentralized hackernoon2.0 could work

Home Page:https://hackernoon.com/step-by-step-guide-on-making-davids-job-obsolete-c2e9784465ed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hackernoon2.0

Requirements

Node >= 8

Install

git clone git@github.com: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.

Special thanks & inspiration

https://loomx.io
https://hackernoon.com/

About

Example how simplified decentralized hackernoon2.0 could work

https://hackernoon.com/step-by-step-guide-on-making-davids-job-obsolete-c2e9784465ed

License:MIT License


Languages

Language:JavaScript 100.0%