Git Product home page Git Product logo

Comments (4)

Patrik-Stas avatar Patrik-Stas commented on August 15, 2024

Updated architecture

vcx_crate_architecture_110621_2

This splits Rust portion of AriesVCX repo in 3 layers, 4 crates.

  1. C-Bindings crate
  • Rust project depending on the main AriesVCX crate, providing C ABI interface and memory management (providing references to in-memory vcx objects via u32 handles)
  1. AriesVCX crate
  • This is the definition "what AriesVCX" is. This will be our main artifact, directly consumable as crate in 3rd party Rust projects. This is layer where we glue up runtime dependencies (libindy), agency (downloading and updating agency-stored messages), networking (what client to use for network comm, dealing with SSL) and use AriesFSM Crate to deal with Aries protocols.
  1. AriesFSM Crate
  • Essentially codification of Aries RFCs, should be with almost no dependencies. It should be very simple, only reflect Aries protocol state machines, message types, transitions and transition inputs. Given the simplicity, this crate should be compilable to WASM and should serve as cornerstone of differently opinionated Aries implementations.

from aries-vcx.

Patrik-Stas avatar Patrik-Stas commented on August 15, 2024

Generally implemented, but before we close we should:

  • improve APIs exposed by the crate #325
  • publish on crates.io #309

from aries-vcx.

Patrik-Stas avatar Patrik-Stas commented on August 15, 2024

Updated architecture diagram

ariesvcx_architecture_now_180821

from aries-vcx.

Patrik-Stas avatar Patrik-Stas commented on August 15, 2024

aries-vcx can now be considered consumable stateless aries crate which can simultaneously manage multiple wallets and multiple pool connections.

ariesvcx_architecture_now_150922

from aries-vcx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.