Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.71 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.71 KB

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 Name Links Description
agent README DOC A library to talk directly to the Replica.
identity DOC A library that creates/manages identities.

Dependencies

Package Name Links Description
candid README DOC A Candid library for Golang
principal README DOC Generic Identifiers for the Internet Computer

More dependencies in the go.mod file.