Etherium blockchain prototypes in 10 mins, no etherium node required for reads.
- 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)
- Web3 (Etherium API)
- Which heavily relies on Promises
- The server is Node using Express
- Pug templates
- More on Infura, essentially a read-only cloud-based geth