staringispolite / ethos

Etherium blockchain prototypes in 10 mins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ethos (n.) -

The character, sentiment, or disposition of a community or people.

Etherium blockchain prototypes in 10 mins, no etherium node required for reads.

Installation

  • Digital Ocean or other server
  • Sign up to Infura (free) to get your token
  • git clone https://github.com/staringispolite/ethos
  • cd ethos
  • npm install
  • cp .env.sample .env
  • Add your token and desired network to .env
  • DEBUG=ethos:* npm start
  • Load http://server.ip.addr.here:3000 to see views/index.pug (via routes/index.js)

Relevant Docs

About

Etherium blockchain prototypes in 10 mins


Languages

Language:JavaScript 84.7%Language:HTML 13.7%Language:CSS 1.5%