Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openwallet-foundation/acapy-controllers

Web controllers for the Aries Cloud Agent - Python (ACA-Py)
https://github.com/openwallet-foundation/acapy-controllers

aca-py angular aries aries-cloud-agent dotnet expressjs hyperledger hyperledger-aries trust-over-ip verifiable-credentials

Last synced: 2 days ago
JSON representation

Web controllers for the Aries Cloud Agent - Python (ACA-Py)

Awesome Lists containing this project

README

        

# Aries ACA-py Controllers

Web controllers for the Aries Cloud Agent - Python (ACA-Py) implementation.

This repository serves as a basis for demonstrating ACA-Py functionality using web interfaces as agent controllers. A demo has been developed that follows a classic [Faber-Alice-Acme](https://github.com/hyperledger/aries-cloudagent-python/tree/master/demo#the-alicefaber-python-demo) agent-to-agent interaction scenario, but expands those cloud agents with web controllers implemented using a variety of frameworks. Please see the [demo](AliceFaberAcmeDemo/README.md) documentation for more information about setting up and running the web controllers for that scenario.

Over time, this repository should be expanded to include more examples of controllers and interaction scenarios, and enhance the functionality of existing controllers. The idea is for any first-time Hyperledger Aries or ACA-Py user/developer to use the demonstrations in this repository as one of many learning resources for Hyperledger Aries Cloud Agents and as a basis for developing their own controllers.

Please feel free to contribute work to this repository, as it is always welcome. Contributing guidelines are provided [here](#contributing).

## Table of Contents

- [Contributing](#contributing)
- [License](#license)

### Contributing

**Pull requests are always welcome!**

Please see the [contributions guide](CONTRIBUTING.md) for the repo.

Please always follow the Hyperledger [Code of Conduct](CODE_OF_CONDUCT.md).

### License

[Apache License Version 2.0](./LICENSE)