https://github.com/status-im/nim-status
https://github.com/status-im/nim-status
Last synced: 3 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T00:31:54.000Z (over 3 years ago)
- Last Synced: 2025-02-22T17:43:34.164Z (3 months 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
[](https://opensource.org/licenses/MIT)

[](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).