11[ ![ Discord] ( https://img.shields.io/discord/878293684620234752?logo=discord&logoColor=white&style=flat-square )] ( https://discord.gg/huwyNfVkhe )
22![ Twitter Follow] ( https://img.shields.io/twitter/follow/veramolabs?logo=twitter&style=flat-square )
3- [ ![ Build, Test and Publish] ( https://github.com/uport-project /veramo/workflows/Build,%20Test%20and%20Publish/badge.svg?branch=next )] ( https://github.com/uport-project /veramo/actions?query=workflow%3A%22Build%2C+Test+and+Publish%22 )
4- [ ![ codecov] ( https://codecov.io/gh/uport-project /veramo/branch/next/graph/badge.svg )] ( https://codecov.io/gh/uport-project /veramo )
3+ [ ![ Build, Test and Publish] ( https://github.com/decentralized-identity /veramo/workflows/Build,%20Test%20and%20Publish/badge.svg?branch=next )] ( https://github.com/decentralized-identity /veramo/actions?query=workflow%3A%22Build%2C+Test+and+Publish%22 )
4+ [ ![ codecov] ( https://codecov.io/gh/decentralized-identity /veramo/branch/next/graph/badge.svg )] ( https://codecov.io/gh/decentralized-identity /veramo )
55
66# Veramo
77
1919* Create and manage Decentralized Identifiers (DID)
2020* Issue Verifiable Credentials (VCs) and Presentations (VPs)
2121* Verify such VCs and VPs
22- * Present credentials using Selective Diclosure
22+ * Present credentials using Selective Disclosure
2323* Communicate with other agents using DIDComm (or other protocols)
2424* Receive, filter, store and serve data
2525* Control other agents remotely, or act as a proxy for them
@@ -42,18 +42,19 @@ See the full docs on [veramo.io](https://veramo.io)
4242 - [ Event System] ( https://veramo.io/docs/veramo_agent/event_system )
4343
4444Also, there are a few examples and code samples that you can get from
45- the [ integration test suite] ( https://github.com/uport-project /veramo/tree/next/__tests__/shared ) .
45+ the [ integration test suite] ( https://github.com/decentralized-identity /veramo/tree/next/__tests__/shared ) .
4646
4747## Contributing
4848
49- This repository contains the [ Veramo core package] ( https://github.com/uport-project/veramo/tree/next/packages/core ) ,
49+ This repository contains
50+ the [ Veramo core package] ( https://github.com/decentralized-identity/veramo/tree/next/packages/core ) ,
5051which only becomes relevant when you add plugins to it. These plugins can be developed by anyone and Veramo provides is
5152the glue that can make them interoperate.
5253
5354We maintain some "core" plugins in this monorepo to provide some functionality "out of the box", but a lot more can be
5455done than is present in this codebase. We encourage you to contribute feedback and fixes for everything that you see
5556here, as well as posting about your own plugins or projects on
56- our [ Discussions page] ( https://github.com/uport-project /veramo/discussions/categories/show-and-tell ) or on
57+ our [ Discussions page] ( https://github.com/decentralized-identity /veramo/discussions/categories/show-and-tell ) or on
5758our [ Discord server] ( https://discord.gg/AEtRtyntEC ) .
5859
5960Our [ documentation site] ( https://veramo.io/ ) is also open-source, and we invite you to contribute feedback and
0 commit comments