Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirceanis/veramo-agent-ts-template
A simple typescript template project for a veramo agent
https://github.com/mirceanis/veramo-agent-ts-template
Last synced: 15 days ago
JSON representation
A simple typescript template project for a veramo agent
- Host: GitHub
- URL: https://github.com/mirceanis/veramo-agent-ts-template
- Owner: mirceanis
- License: mit
- Created: 2021-01-27T13:21:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:22:22.000Z (16 days ago)
- Last Synced: 2024-10-23T04:18:01.662Z (15 days ago)
- Language: TypeScript
- Size: 644 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# veramo-agent-ts-template
A simple typescript template project using [Veramo](https://github.com/uport-project/veramo).
This project creates a Veramo instance configured to resolve DIDs using a few DID methods and then resolves one of these
DIDs.## usage
```bash
pnpm i
pnpm start
```