Skip to content

Inquiry about underlying technologies in Aries/Credo framework #1890

Answered by TimoGlastra
davideroffo asked this question in Q&A
Discussion options

You must be logged in to vote

Hey Davide,

Credo is 100% written in typescript, but it does rely on dependencies written in other languages:

  • AnonCreds RS, Indy VDR, Aries Askar are written in Rust and called as a c-callable binary from Node.JS or React Native
    • The react native wrappers for this are written in C++
  • We will add support for mDL credentials in the near future which will be based on a kotlin multi-platform library

Usually when you want to work with or extend the framework it's not needed to work directly with the underlying dependencies and thus TypeScript is the main language involved.

does this answer your question?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by davideroffo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants