Installation
Published release:v0.2.0 (source, annotated tag, public Go proxy, and
fresh module tests verified August 31, 2026).
go get github.com/mishrasanjeev/grantex-go command follows Go’s
module-version resolution. Keep the exact version above in reproducible builds.
See Release Status before upgrading.
Requirements
- Go 1.26.1+, matching this module’s
go.moddirective
Configuration
Version
v0.2.0 corrects the former Agent/Audit contract and query-encoding
gaps and adds complete developer, principal, and ES256 DPoP agent prepaid-wallet
clients.
Quick Start
Available Resources
Use
NewPrincipalPrepaidWalletClient for human wallet, assignment, reload,
policy, approval, activity, and stop operations. Use
NewAgentPrepaidWalletClient with GenerateDPoPKey for assigned-wallet listing,
payment authorization, and reload requests. Both constructors reject remote
plain-HTTP wallet endpoints; check their returned errors. See Agent Wallet
Governance.