https://github.com/yoosoftcc/oracle-coinmarketcap
An oracle that provides crypto market data based on CoinMaketCap APIs
https://github.com/yoosoftcc/oracle-coinmarketcap
Last synced: over 1 year ago
JSON representation
An oracle that provides crypto market data based on CoinMaketCap APIs
- Host: GitHub
- URL: https://github.com/yoosoftcc/oracle-coinmarketcap
- Owner: yoosoftcc
- Created: 2022-03-15T23:58:34.000Z (over 4 years ago)
- Default Branch: coinmarketcap
- Last Pushed: 2022-03-26T12:23:07.000Z (about 4 years ago)
- Last Synced: 2025-01-07T23:53:23.952Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### README
An oracle that provides crypto currency info based on CoinMaketCap APIs.
#### Configuration
Fill properties in `.env.template` and rename the file to `.env`
#### Build contract
npm run build:all
#### Deploy contract
npm run deploy:dev:all
#### Run client example
1. node CurrencyInfoOracle.js
2. node Client.js