...
We welcome new contributors to improve aries-vcx or build on top of it!
- Talk with us on Discord Discord https://discord.com/channels/905194001349627914/955480822675308604
- Join our weekly meetings, anyone is welcome - find the next Aries-vcx Rust meeting with Zoom link in calendar https://lists.hyperledger.org/g/aries/calendar?calstart=2022-11-10community calls via Zoom: Community calls
Project ideas
- Load tester - aries-vcx can many wallets and many pool connections, being written in Rust making it great candidate as high-performance tool to test server implementations
- CLI agent - building on top of aries-vcx-agent and some of many console UI interface frameworks available in Rust, you could build tool to manage an Aries agent from CLI interface
- Aries message mediator - you could build aries-compliant mediator - sort of mailbox for encrypted aries message, this is useful to enable asynchronous communication for mobile devices.
- Aries anonymizer - similar to mediator, a simpler implementation could be created which would simply forward messages to other destination. Sort of "nginx specialized for Aries".
- Embedded device aries agent - we are no aware of anyone yet trying building embedded with aries-vcx
- Credential faucet - simple web agent with UI capable of issuing some credential by scanning a QR code. Having something like that deployed against Sovrin networks, it could be useful for wide ecosystem of developers.
...