Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kendricktan/ethoracle-barebones
- Owner: kendricktan
- Created: 2017-11-06T02:38:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T02:42:19.000Z (about 7 years ago)
- Last Synced: 2024-04-14T11:32:47.639Z (7 months ago)
- Language: JavaScript
- Homepage: https://kndrck.co/posts/ethereum_oracles_a_simple_guide/
- Size: 8.79 KB
- Stars: 19
- Watchers: 2
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```