https://github.com/iotexproject/iotex-chainlink-adapter
https://github.com/iotexproject/iotex-chainlink-adapter
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iotexproject/iotex-chainlink-adapter
- Owner: iotexproject
- License: apache-2.0
- Created: 2020-09-11T20:33:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T04:47:08.000Z (over 5 years ago)
- Last Synced: 2023-03-05T16:55:28.059Z (over 3 years ago)
- Language: Go
- Size: 36.1 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` |