rename the package to ucan-wg/go-dit-it
This commit is contained in:
24
Readme.md
24
Readme.md
@@ -1,20 +1,20 @@
|
||||
<div align="center">
|
||||
<h1 align="center">go-did</h1>
|
||||
<h1 align="center">go-did-it</h1>
|
||||
|
||||
<p>
|
||||
<a href="https://github.com/INFURA/go-did/tags">
|
||||
<img alt="GitHub Tag" src="https://img.shields.io/github/v/tag/INFURA/go-did">
|
||||
<a href="https://github.com/ucan-wg/go-did-it/tags">
|
||||
<img alt="GitHub Tag" src="https://img.shields.io/github/v/tag/ucan-wg/go-did-it">
|
||||
</a>
|
||||
<a href="https://github.com/INFURA/go-did/actions?query=">
|
||||
<img src="https://github.com/INFURA/go-did/actions/workflows/gotest.yml/badge.svg" alt="Build Status">
|
||||
<a href="https://github.com/ucan-wg/go-did-it/actions?query=">
|
||||
<img src="https://github.com/ucan-wg/go-did-it/actions/workflows/gotest.yml/badge.svg" alt="Build Status">
|
||||
</a>
|
||||
<a href="https://INFURA.github.io/go-did/dev/bench/">
|
||||
<a href="https://ucan-wg.github.io/go-did-it/dev/bench/">
|
||||
<img alt="Go benchmarks" src="https://img.shields.io/badge/Benchmarks-go-blue">
|
||||
</a>
|
||||
<a href="https://github.com/INFURA/go-did/blob/v1/LICENSE.md">
|
||||
<a href="https://github.com/ucan-wg/go-did-it/blob/v1/LICENSE.md">
|
||||
<img alt="Apache 2.0 + MIT License" src="https://img.shields.io/badge/License-Apache--2.0+MIT-green">
|
||||
</a>
|
||||
<a href="https://pkg.go.dev/github.com/INFURA/go-did">
|
||||
<a href="https://pkg.go.dev/github.com/ucan-wg/go-did-it">
|
||||
<img src="https://img.shields.io/badge/Docs-godoc-blue" alt="Docs">
|
||||
</a>
|
||||
</p>
|
||||
@@ -27,10 +27,8 @@ This is an implementation of Decentralized Identifiers (DIDs) in go. It differs
|
||||
- **support producing and using DIDs**: unlike some others, this all-in-one implementation is meant to create, manipulate and handle DIDs
|
||||
- **extensible**: you can easily register your custom DID method
|
||||
|
||||
DID spec concepts:
|
||||
Built with ❤️ by [Consensys](https://consensys.io/).
|
||||
|
||||

|
||||
## Concepts
|
||||
|
||||
`go-did` concepts:
|
||||
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user