Various utilities and tools that allow for the creation and manipulation of credentials that conform to the VIP-03-0026 standard.
You can install the types using:
pnpm add @agoralabs-sh/vip030026| Command | Description |
|---|---|
pnpm run build |
Generates build and TypeScript declaration files to the dist/ directory. |
pnpm run clean |
Deletes the dist/ directory and the tsconfig.*.tsbuildinfo files. |
pnpm run generate:index |
Generates/overwrites the main index.ts file used for exporting all files. |
pnpm run lint |
Runs the linter based on the rules in eslint.config.mjs. |
pnpm run prettier |
Runs the prettier based on the rules in prettier.config.mjs. |
pnpm run prettier |
Runs the prettier based on the rules in prettier.config.mjs. |
pnpm test |
Runs tests using vitest. |
Please read the Contributing Guide to learn about the development process.
Please refer to the LICENSE file.