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

https://github.com/iotexproject/iotex-chainlink-adapter


https://github.com/iotexproject/iotex-chainlink-adapter

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

          

# iotex-chainlink-adapter

### Running
- Install Go dependencies `go install`

- Build executable `go build`

- Run `./iotex-chainlink-adapter`

### Environment variables

| Key | Description | Example |
|-----|-------------|---------|
| `IO_PRIVATE_KEY` | Private key for IoTeX account. | `03bbbxxc2338647a11524b72678xx5ce36eef3315b6695563663324b8e61xxxx` |
| `IO_ENDPOINT` | IoTeX Endpoint URL for adapter to connect to. | `api.iotex.one:80` |
| `IO_SECURE_ENDPOINT` | If the IoTeX Endpoint URL is secure connection or not | `false` |
| `IO_ADAPTER_PORT` | The port adapter service listens on | `8090` |