Registry / networking / eoscanada-eos-go

eoscanada-eos-go

JSON →
library0.10.2gogounverified

A Go library for interacting with the EOS blockchain.

go get github.com/eoscanada/eos-go
INSTALL
IMPORT
SIG · EOSCANADA-EOS-GO
E
eoscanada-eos-go
networkinggov0.10.2
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.

eos
github.com/eoscanada/eos-go

Connect to an EOS node and fetch blockchain info.

package main import ( "fmt" "github.com/eoscanada/eos-go" ) func main() { api := eos.New("https://api.eosnewyork.io") info, _ := api.GetInfo() fmt.Println(info.ServerVersion) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
6
Meta
1
Amazon
1
OpenAI (training)
1
Resources
eoscanada-eos-go — go get eoscanada-eos-go · libregistry