Go to file
Eric Mastro f4f5dc42e0 build: remove nim-stew
We are using `nim-stew` from `nim-waku/vendor`
2021-08-03 19:29:36 +10:00
.github/workflows refactor: examples/chat -> examples/client 2021-07-29 15:06:15 -05:00
examples feat: first steps to enable property error handling 2021-08-03 19:29:36 +10:00
status feat: first steps to enable property error handling 2021-08-03 19:29:36 +10:00
test feat: first steps to enable property error handling 2021-08-03 19:29:36 +10:00
vendor build: remove nim-stew 2021-08-03 19:29:36 +10:00
.gitattributes
.gitignore refactor: nim_status -> status 2021-07-29 14:23:26 -05:00
.gitmodules build: remove nim-stew 2021-08-03 19:29:36 +10:00
LICENSE
Makefile build: attempt to detect whether linux distro is based on debian 2021-07-30 13:59:11 -05:00
README.md refactor: nim_status -> status 2021-07-29 14:23:26 -05:00
env.sh
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.