https://github.com/portalnetwork/price-feed
Price Oracle for support tokens
https://github.com/portalnetwork/price-feed
smart-contracts
Last synced: 4 months ago
JSON representation
Price Oracle for support tokens
- Host: GitHub
- URL: https://github.com/portalnetwork/price-feed
- Owner: PortalNetwork
- License: mit
- Created: 2019-08-05T04:45:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:48:02.000Z (over 3 years ago)
- Last Synced: 2024-12-30T19:38:53.942Z (over 1 year ago)
- Topics: smart-contracts
- Language: JavaScript
- Homepage:
- Size: 1.28 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Price Oracle
Oracle contract and scheduler for supported token price.
## Contract
- [PriceOracle.sol](./contracts/PriceOracle.sol)
## Scheduler
- [PriceScheduler](./scheduler.index.js)
## Run
```
truffle compile
truffle migrate --reset
truffle test
```