A Go framework for Aries
- Go 1.12
- Go 1.12
- Docker
- Make
# run all the project build targets
make all
# run linter checks
make checks
# run unit tests
make unit-test
For unit-tests, crypto material is generated under:
pkg/didcomm/transport/http/testdata
using the openssl
tool.
It is generated automatically when running unit tests.
If you wish to regenerate it, you can delete this folder and:
- run
make unit-test
or - cd into
pkg/didcomm/transport/http/
and rungo generate
Found a bug? Ready to submit a PR? Want to submit a proposal for your grand idea? Follow our guidelines for more information to get you started!
Hyperledger Aries Framework Go is licensed under the Apache License Version 2.0.