至信SDK
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.
ywlmac a241c2b81e test: cover explicit certificate font path 2 months ago
cmd/main Refactor: move main.go to cmd/main/ for importable SDK package 2 months ago
pkg/zxchainsdk test: cover explicit certificate font path 2 months ago
third_party/official/gosdk_demo/zxsdk Make SDK importable from module root 2 months ago
.gitignore Refactor: move main.go to cmd/main/ for importable SDK package 2 months ago
README.md Make SDK importable from module root 2 months ago
SDK_USAGE.md fix: support windows certificate fonts 2 months ago
go.mod chore: downgrade go version to 1.25 2 months ago
go.sum Make SDK importable from module root 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