Skip to content

sudeshrshetty/aries-framework-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release License

CircleCI codecov Go Report Card

aries-framework-go

Introduction

A Go framework for Aries

Build

Prerequisites (General)
  • Go 1.12
Prerequisites (for running tests)
  • Go 1.12
  • 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.

About

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.5%
  • Shell 2.7%
  • Gherkin 2.5%
  • Makefile 0.3%