Oracle feeder service (presently supporting [Terra]). Currently delphi
is used in production by iqlusion and has been integrated with Tendermint KMS' transaction signer. Detailed architecture available here.
Terra 🌏🔗:
- Oracle Feeder docs
- iqlusion aggregate exchange rate votes
Following exchanges are supported: - Alpha Vantage - Binance - Coinone - Dunamu - GDAC - GOPAX - IMF SDR - IMF SDR - Currencylayer
This source requires an API key. Request key from Alpha Vantage then add to following config file.
This source requires an API key. Request key from Currencylayer then add to following config file.
Create config with touch delphi.toml
then add your relevant network configuration.
```
[listen] addr = "127.0.0.1" port = 3822 protocol = "http"
[network.terra] chain_id = "columbus-4" feeder = "terra1..." validator = "terravaloper1..." fee = { denom = "Ukrw", amount = "356100", gas = "200000" }
[source.alphavantage]
apikey = "api key goes here" ```
We abide by the Contributor Covenant and ask that you do as well.
For more information, please see [CODEOFCONDUCT.md].
Copyright © 2019 iqlusion
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.