文件名称:go-tezos:Go Tezos是一个Go库,它公开并基于Tezos RPC构建
文件大小:171KB
文件格式:ZIP
更新时间:2024-05-28 22:23:17
Go
Tezos Go图书馆 Go Tezos是一个用于Tezos节点的GoLang驱动的库。 该图书馆已获得Tezos基金会的资助,以确保其到2020年的持续发展。 安装 获取GoTezos go get github.com/goat-systems/go-tezos/v4 得到一个块 package main import ( "fmt" goTezos "github.com/goat-systems/go-tezos/v4/rpc" ) func main() { rpc, err := client.New("http://127.0.0.1:8732") if err != nil { fmt.Printf("failed tp connect to network: %v", err) } resp, head, err := client.Block(&rpc
【文件预览】:
go-tezos-master
----.gitignore(5B)
----go.mod(425B)
----Makefile(1KB)
----LICENSE.md(1KB)
----CHANGELOG.md(534B)
----go.sum(25KB)
----README.md(2KB)
----example()
--------transaction()
----keys()
--------curve.go(1KB)
--------key.go(4KB)
--------secp256k1.go(2KB)
--------ed25519.go(2KB)
--------signature.go(968B)
--------pubKey.go(2KB)
--------integration_test.go(2KB)
--------key_test.go(7KB)
--------nistP256.go(2KB)
----forge()
--------forge.go(33KB)
--------forge_test.go(16KB)
----rpc()
--------helpers.go(41KB)
--------context_integration_test.go(13KB)
--------block.go(74KB)
--------.test-fixtures()
--------helpers_test.go(31KB)
--------independent_test.go(5KB)
--------votes.go(9KB)
--------block_integration_test.go(4KB)
--------context_test.go(42KB)
--------iface_test.go(366B)
--------helpers_integration_test.go(1KB)
--------votes_integration_test.go(2KB)
--------votes_test.go(13KB)
--------context.go(51KB)
--------independent.go(7KB)
--------block_test.go(33KB)
--------fa12_test.go(50KB)
--------client.go(3KB)
--------fa12.go(20KB)
--------mocks_test.go(18KB)
--------client_test.go(1KB)
--------iface.go(6KB)
----internal()
--------testutils()
--------crypto()