Veramo is a JavaScript Framework for Verifiable Data that was designed from the ground up to be flexible and modular which makes it highly scalable. Create an agent, add plugins, run on server or mobile. You can also expose your agent over REST.
Veramo runs on Node, Browsers, and React Native straight out of the box. Save time by using the same API across all platforms.
See the full docs on veramo.io
- Agent
- Guides
- Advanced
This monorepo uses yarn workspaces and lerna
Install root package dependencies
yarn install
Install all packages dependencies
yarn bootstrap
Build
yarn build
Run the tests
yarn test
yarn test:watch