Skip to content

Commit

Permalink
bump version (v0.1.0)
Browse files Browse the repository at this point in the history
- add contributing and license docs
  • Loading branch information
sarvalabs-manish committed Dec 20, 2023
1 parent 7c519d2 commit 0576895
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| `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`.

0 comments on commit 0576895

Please sign in to comment.