5 个版本

0.0.5 2021 年 8 月 30 日
0.0.3 2021 年 8 月 25 日
0.0.2 2021 年 6 月 26 日
0.0.1 2021 年 6 月 24 日
0.0.0 2019 年 12 月 20 日

#terra 中排名 #2

Apache-2.0

98KB
2.5K SLoC

Sagan

Build Status Safety Dance MSRV Apache 2.0 Licensed Gitter Chat

关于

Oracle Feeder 服务(目前支持 Terra)。目前 delphi 已在生产环境中由 iqlusion 使用,并已集成到 Tendermint KMS 的事务签名器。详细 架构信息 可在此处查看。

Terra 🌏🔗

来源

以下交易所受支持

Alpha Vantage

此来源需要 API 密钥。从 Alpha Vantage 请求密钥,然后添加到以下配置文件中。

Currencylayer

此来源需要 API 密钥。从 Currencylayer 请求密钥,然后添加到以下配置文件中。

配置

使用 touch delphi.toml 创建配置,然后添加您相关的网络配置。

# Example Delphi configuration file

# Listen address configuration
[listen]
addr = "127.0.0.1"
port = 3822
protocol = "http"

# HTTPS client configuration
# [https]
# proxy = "https://webproxy.example.com:8080" # send outgoing requests through proxy

# Network configuration: blockchains for which oracle service is provided
[network.terra]
chain_id = "columbus-4"
feeder = "terra1..."
validator = "terravaloper1..."
fee = { denom = "Ukrw", amount = "356100", gas = "200000" }

# Source configuration: exchanges where price information is gathered from
[source.alphavantage]
# Get API key here (quick-and-simple form): https://www.alphavantage.co/support/#api-key
apikey = "api key goes here"

操作系统

  • Linux(推荐)

行为准则

我们遵守 贡献者守则 并要求您也这样做。

有关更多信息,请参阅 CODE_OF_CONDUCT.md

许可

版权所有 © 2019 iqlusion

在 Apache License,版本 2.0(“许可证”)下许可;除非符合许可证的规定,否则不得使用此文件。您可以在以下位置获得许可证副本:

https://www.apache.org/licenses/LICENSE-2.0

除非适用法律要求或书面同意,否则根据许可证分发的软件按“原样”基础分发,不提供任何明示或暗示的保证或条件。有关许可证的具体语言、权限和限制,请参阅许可证。

依赖项

~29–42MB
~798K SLoC