Go to file
Michael Bradley, Jr 99a56e8aff refactor: all tests should write to `test/build/` relative to the root of the repo 2021-07-29 19:05:24 -05:00
.github/workflows refactor: examples/chat -> examples/client 2021-07-29 15:06:15 -05:00
examples refactor: update modules in examples/waku/ re: changes to the originals in nim-waku/examples/v2/ 2021-07-29 19:05:24 -05:00
status refactor: WakuNode.init -> WakuNode.new in status/waku 2021-07-29 19:05:24 -05:00
test refactor: all tests should write to `test/build/` relative to the root of the repo 2021-07-29 19:05:24 -05:00
vendor build: bump vendor/nimbus-build-system 2021-07-29 19:05:24 -05:00
.gitattributes ci: run tests via GitHub Actions 2020-09-02 15:58:35 -05:00
.gitignore refactor: nim_status -> status 2021-07-29 14:23:26 -05:00
.gitmodules feat: en/decode Status payloads when sending/receiving messages (first steps) 2021-07-29 12:27:06 +03:00
LICENSE feat: integrate nim-sqlcipher 2020-11-18 13:34:24 -06:00
Makefile refactor: examples/chat -> examples/client 2021-07-29 15:06:15 -05:00
README.md refactor: nim_status -> status 2021-07-29 14:23:26 -05:00
env.sh feat: integrate nim-sqlcipher 2020-11-18 13:34:24 -06:00
status.nim refactor: nim_status -> status 2021-07-29 14:23:26 -05:00
status.nimble refactor: examples/chat -> examples/client 2021-07-29 15:06:15 -05:00

README.md

nim-status

License: MIT Stability: experimental Tests (GitHub Actions)

Nim implementation of the Status protocol.

Corresponds roughly to status-go, which is consumed by 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

import status

License

Licensed and distributed under the MIT License.