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 ./...
Package Name | Links | Description |
---|---|---|
agent |
A library to talk directly to the Replica. | |
identity |
A library that creates/manages identities. |
Package Name | Links | Description |
---|---|---|
candid |
A Candid library for Golang | |
principal |
Generic Identifiers for the Internet Computer |
More dependencies in the go.mod file.