Categorygithub.com/mohaijiang/agent-go
repositorypackage
0.3.1
Repository: https://github.com/mohaijiang/agent-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Go Agent for the Internet Computer

Go Version GoDoc Reference

Testing

There are two types of tests within this repository; the normal go tests and DFX dependent tests. The test suite will run a local replica through DFX to run some e2e tests. If you do not have it installed then those tests will be ignored.

go test -v ./...

Packages

Package NameLinksDescription
agentREADME DOCA library to talk directly to the Replica.
candidDOCA Candid library for Golang.
certificateDOCA Certification library for Golang.
genDOCA library to generate Golang clients.
icDOCMultiple auto-generated sub-modules to talk to the Internet Computer services
identityDOCA library that creates/manages identities.
principalDOCGeneric Identifiers for the Internet Computer

More dependencies in the go.mod file.