Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/status-im/nim-status
https://github.com/status-im/nim-status
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/status-im/nim-status
- Owner: status-im
- License: mit
- Created: 2019-06-27T04:34:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T00:31:54.000Z (over 3 years ago)
- Last Synced: 2025-01-01T20:08:59.948Z (10 days ago)
- Language: Nim
- Size: 22.5 MB
- Stars: 9
- Watchers: 16
- Forks: 6
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nim - status - Nim implementation of the Status protocol. (Web / Protocols)
README
# nim-status
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
![Stability: experimental](https://img.shields.io/badge/Stability-experimental-orange.svg)
[![Tests (GitHub Actions)](https://github.com/status-im/nim-status/workflows/Tests/badge.svg?branch=master)](https://github.com/status-im/nim-status/actions?query=workflow%3ATests+branch%3Amaster)Nim implementation of the [Status protocol](https://github.com/status-im/specs).
Corresponds roughly to [status-go](https://github.com/status-im/status-go), which is consumed by [status-react](https://github.com/status-im/status-react/).
## Installation
```
git clone https://github.com/status-im/nim-status
cd nim-status
make update
make
```For more output use `make V=1 ...`.
Use 4 CPU cores with `make -j4 ...`.
## Usage
```nim
import status
```## License
Licensed and distributed under the [MIT License](https://github.com/status-im/nim-status/blob/master/LICENSE).