Getting Started
Preparation
Before starting to interact with Felight Network, please contact us dev@felight.xyz to get an access token.
gRPC Endpoints
We provide the following endpoints for Felight's gRPC service, please choose the one that is closest to your location:
| Location | Endpoint |
|---|---|
| United States - Virginia | va.eth.felight.network:9500 |
| England - London | lon.eth.felight.network:9500 |
| Germany - Frankfurt | fra.eth.felight.network:9500 |
| Singapore | sgp.eth.felight.network:9500 |
SDKs
To make the integration easier, a Golang SDK is provided:
| Programming Language | Package |
|---|---|
| Golang | felight-sdk-go |
note
If you are using a different programming language, you can still access Felight's service by writing your own gRPC client. All you need is the Felight protobuf definitions at https://github.com/felightxyz/felight-sdk-go/tree/main/sdk/protobuf.
Please refer to the gRPC documentation for more information on how to write a gRPC client.
Installing the SDK
Use go get to install Felight SDK package for Golang:
- Golang
go get https://github.com/felightxyz/felight-sdk-go