Inquiry about underlying technologies in Aries/Credo framework #1890
-
Dear all, I am currently working on a project that utilises the Aries/Credo framework. To gain a more comprehensive understanding of its inner workings, I'm reaching out to inquire about the technical foundation upon which the Aries/Credo-TS libraries are built. Specifically, I am interested in:
Any information pertaining to the underlying technologies that underpin the Aries/Credo-TS services would be immensely valuable. This knowledge will empower me to approach development tasks associated with the project in a more efficient and effective manner. Thank you for your time and assistance. Sincerely, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey Davide, Credo is 100% written in typescript, but it does rely on dependencies written in other languages:
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? |
Beta Was this translation helpful? Give feedback.
Hey Davide,
Credo is 100% written in typescript, but it does rely on dependencies written in other languages:
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?