Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.85 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.85 KB

Release License Godocs

CircleCI codecov Go Report Card

aries-framework-go

Introduction

A Go framework for Aries

Build

Prerequisites (General)
  • Go 1.13
Prerequisites (for running tests)
  • Go 1.13
  • Docker
  • Make
Targets
# run all the project build targets
make all

# run linter checks
make checks

# run unit tests
make unit-test
Crypto material generation for tests

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:

  1. run make unit-test or
  2. cd into pkg/didcomm/transport/http/ and run go generate

Contributing

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!

License

Hyperledger Aries Framework Go is licensed under the Apache License Version 2.0.