No description, website, or topics provided.
JavaScript CSS Ruby HTML Python
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
contract oraclize url Sep 21, 2015
frontend
.gitignore add license and thrown some js code at the wall Sep 19, 2015
LICENSE
README.md

README.md

InsurETH

Peer-to-peer insurance based on an Ethereum smart-contract

Hack the Block London 2015 Hackathon

Programmable Assets challenge Winner

http://insureth.mkvd.net (demo)

![](http://mkvphoto.s3.amazonaws.com/ethereum/insureth3.png)

next: insureth.org ?

Presentation (slides): http://mkvd.s3.amazonaws.com/apps/InsurEth.pdf

![](http://mkvphoto.s3.amazonaws.com/ethereum/slides_eth.png)

Frontend

prereqs:

ruby required

node required

Install dependencies

bower install
bundle

Run app

rackup

then connect to:

http://localhost:3000

you need also to host geth and modify the configs

Backend

Geth

Install it, configure it and add some ethers to resolve the contract

run the server:

geth --rpc --rpcaddr="YOUR_HOST" --rpcport="8080" --rpccorsdomain="*" --unlock=0