Registry / networking / thorchain-binance-sdk

thorchain-binance-sdk

JSON →
library1.2.3gogounverified

A Go SDK for interacting with the Binance blockchain, used by Thorchain for cross-chain operations.

go get gitlab.com/thorchain/binance-sdk
INSTALL
IMPORT
SIG · THORCHAIN-BINANCE-
T
thorchain-binance-sdk
networkinggov1.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

binancesdk
gitlab.com/thorchain/binance-sdk

Creates a Binance client and fetches node information.

package main import ( "fmt" "gitlab.com/thorchain/binance-sdk" ) func main() { client := binancesdk.NewClient("https://testnet-dex.binance.org") info, err := client.GetNodeInfo() if err != nil { panic(err) } fmt.Println(info) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Resources
thorchain-binance-sdk — go get thorchain-binance-sdk · libregistry