You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 months ago | |
|---|---|---|
| examples/manual | 2 months ago | |
| pkg/zxchainsdk | 2 months ago | |
| third_party/official/gosdk_demo/zxsdk | 2 months ago | |
| .gitignore | 2 months ago | |
| README.md | 2 months ago | |
| SDK_USAGE.md | 2 months ago | |
| certificate.go | 2 months ago | |
| certificate_flow.go | 2 months ago | |
| client.go | 2 months ago | |
| error.go | 2 months ago | |
| go.mod | 2 months ago | |
| go.sum | 2 months ago | |
| model.go | 2 months ago | |
| sdk_client.go | 2 months ago | |
README.md
zxchainsdk
这是一个纯 Go SDK 包,用于在业务项目中调用至信链 Hash 存证、Hash 取证查询、KV 存证和 Hash 存证证书查询能力。
保留内容
./ # SDK 源码
third_party/official/gosdk_demo/zxsdk/ # 官方 Go SDK 本地依赖
go.mod
go.sum
SDK_USAGE.md
不再包含
本仓库已经不再提供 HTTP 服务、路由、handler、上传目录、命令行工具和 .env 配置读取逻辑。接入方项目需要自己读取配置,然后把凭据传给 SDK。
client, err := zxchainsdk.NewSDKClient(secretID, secretKey, privateKey)
完整接入方式见 SDK_USAGE.md。