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

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

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
```