diff --git a/README.md b/README.md index 4700c9b..25f0639 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,34 @@ # 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. +primitive will also be implemented 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 | \ No newline at end of file +| `KramaID` | _pending_ | No | + +## Install +Install the latest [release](https://github.com/sarvalabs/go-moi-engineio/releases) using the following command +```sh +go get -u github.com/sarvalabs/go-moi-identifiers +``` + +## Contributing +Unless you explicitly state otherwise, any contribution intentionally submitted +for inclusion in the work by you, as defined in the Apache-2.0 license, shall be +dual licensed as below, without any additional terms or conditions. + +## License +© 2023 Sarva Labs Inc. & MOI Protocol Developers. + +This project is licensed under either of +- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([`LICENSE-APACHE`](LICENSE-APACHE)) +- [MIT license](https://opensource.org/licenses/MIT) ([`LICENSE-MIT`](LICENSE-MIT)) + +at your option. + +The [SPDX](https://spdx.dev) license identifier for this project is `MIT OR Apache-2.0`. \ No newline at end of file