Skip to main content

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:

LocationEndpoint
United States - Virginiava.eth.felight.network:9500
England - Londonlon.eth.felight.network:9500
Germany - Frankfurtfra.eth.felight.network:9500
Singaporesgp.eth.felight.network:9500

SDKs

To make the integration easier, a Golang SDK is provided:

Programming LanguagePackage
Golangfelight-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:

go get https://github.com/felightxyz/felight-sdk-go