Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kendricktan/ethoracle-barebones

Barebones Oracle example for Ethereum
https://github.com/kendricktan/ethoracle-barebones

Last synced: 14 days ago
JSON representation

Barebones Oracle example for Ethereum

Awesome Lists containing this project

README

        

# Barebones example

# Setting up
```
npm install -g truffle ethereumjs-testrpc
npm install
testrpc &
truffle compile && truffle migrate
```

# Running your Oracle
```
node oracle.js
```

# Running your client
```
node client.js
```