pedroduartecosta / blockchain-oracle

Implementation of a multi-party self-hosted ethereum blockchain oracle. This project is a part of my master thesis on Trustable Blockchain Oracles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ethereum-oracle

This project intends to create a trustable oracle for the ethereum blockchain.

Requirements:

Local development

The following setup will launch three terminals and requires the use of the tmux terminal and teamocile for managing windows. However, it can be ran with a normal terminal, opening three windows and running the commands identified here: ./scripts/oracle.yml.

$ tmux

$ teamocil oracle

Local development setup

Install the teamocil Ruby gem

$ gem install teamocil

Create your layout directory

$ mkdir ~/.teamocil

Copy the ./scripts/oracle.yml configuration following to ~/.teamocil:

$ cp ./scripts/oracle.yml ~/.teamocil/

Launch tmux

$ tmux

Run your oracle layout

$ teamocil oracle'

About

Implementation of a multi-party self-hosted ethereum blockchain oracle. This project is a part of my master thesis on Trustable Blockchain Oracles.

License:The Unlicense


Languages

Language:JavaScript 100.0%