Installing/compiling the veramo source code #389
Replies: 1 comment 1 reply
-
Please follow the local development guide in the readme file. ### make the local build available to other projects
cd /path/to/veramo/sourcecode
cd ./packages/core
yarn link
### instruct your project to use the local build of @veramo/core
cd /path/to/your/project/root
yarn link @veramo/core The veramo.io documentation site has some guides that can get you started. These guides are the same whether or not you use a local build or the official releases. We are aware that it may seem overwhelming at first and are doing our best to simplify things as much as possible. |
Beta Was this translation helpful? Give feedback.
-
I am looking for any guide/docs to use the veramo source code. It has so many packages in it. But I am not sure where to start and how to see the working. It would be really helpful if someone can point me out to the right direction. I have already tried the cli npm package. I am looking for guide to go through the codebase.
Beta Was this translation helpful? Give feedback.
All reactions