-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update readme and bump version (v0.1.0)
- Loading branch information
1 parent
7edc38a
commit 2949652
Showing
1 changed file
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
# go-moi-identifiers | ||
[godoclink]: https://godoc.org/github.com/sarvalabs/go-moi-identifiers | ||
[latestrelease]: https://github.com/sarvalabs/go-moi-identifiers/releases/latest | ||
[issueslink]: https://github.com/sarvalabs/go-moi-identifiers/issues | ||
[pullslink]: https://github.com/sarvalabs/go-moi-identifiers/pulls | ||
|
||
![go version](https://img.shields.io/github/go-mod/go-version/sarvalabs/go-moi-identifiers?style=for-the-badge) | ||
![license](https://img.shields.io/badge/license-MIT%2FApache--2.0-informational?style=for-the-badge) | ||
[![go docs](http://img.shields.io/badge/go-documentation-blue.svg?style=for-the-badge)][godoclink] | ||
[![latest tag](https://img.shields.io/github/v/tag/sarvalabs/go-moi-identifiers?color=blue&label=latest%20tag&sort=semver&style=for-the-badge)][latestrelease] | ||
|
||
![ci status](https://img.shields.io/github/actions/workflow/status/sarvalabs/go-moi-identifiers/ci.yaml?label=CI&style=for-the-badge) | ||
[![issue count](https://img.shields.io/github/issues/sarvalabs/go-moi-identifiers?style=for-the-badge&color=yellow)][issueslink] | ||
[![pulls count](https://img.shields.io/github/issues-pr/sarvalabs/go-moi-identifiers?style=for-the-badge&color=brightgreen)][pullslink] | ||
|
||
# MOI Identifiers | ||
**go-moi-identifiers** is a package that contains implementations for all primitive identifiers | ||
used in the MOI Protocol such as the `Address`, `LogicID` and `AssetID` standards. The `KramaID` | ||
primitive will also be available soon. | ||
|
||
### Specifications & Implementations | ||
|
||
| Identifier | Specification | Implemented | | ||
|:----------:|:-------------------------------------------------------------------------------------------------------:|:-----------:| | ||
| `Address` | _pending_ | Yes | | ||
| `AssetID` | [Asset ID Spec](https://sarvalabs.notion.site/Asset-ID-Standard-e4fcd9151e7d4e7eb2447f1d8edf4672?pvs=4) | Yes | | ||
| `LogicID` | [Logic ID Spec](https://sarvalabs.notion.site/Logic-ID-Standard-174a2cc6e3dc42e4bbf4dd708af0cd03?pvs=4) | Yes | | ||
| `KramaID` | _pending_ | No | |