Go to file
Michael Bradley, Jr 21aebe41be refactor: remove status-go and shim/related modules in nim_status
Also adjust Makefile, GitHub Actions workflow, etc.
2021-03-18 10:36:21 -05:00
.github/workflows refactor: remove status-go and shim/related modules in nim_status 2021-03-18 10:36:21 -05:00
nim_status refactor: remove status-go and shim/related modules in nim_status 2021-03-18 10:36:21 -05:00
test refactor: remove status-go and shim/related modules in nim_status 2021-03-18 10:36:21 -05:00
vendor refactor: remove status-go and shim/related modules in nim_status 2021-03-18 10:36:21 -05:00
.gitattributes ci: run tests via GitHub Actions 2020-09-02 15:58:35 -05:00
.gitignore refactor: remove status-go and shim/related modules in nim_status 2021-03-18 10:36:21 -05:00
.gitmodules refactor: remove status-go and shim/related modules in nim_status 2021-03-18 10:36:21 -05:00
LICENSE feat: integrate nim-sqlcipher 2020-11-18 13:34:24 -06:00
Makefile refactor: remove status-go and shim/related modules in nim_status 2021-03-18 10:36:21 -05:00
README.md refactor: remove status-go and shim/related modules in nim_status 2021-03-18 10:36:21 -05:00
env.sh feat: integrate nim-sqlcipher 2020-11-18 13:34:24 -06:00
nim_status.nim experiment: client init() proc, openAccounts(), starting waku in a separate thread 2021-03-18 10:36:21 -05:00
nim_status.nimble refactor: remove status-go and shim/related modules in nim_status 2021-03-18 10:36:21 -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 PCRE_INCLUDE_DIR=... PCRE_LIB_DIR=... SSL_INCLUDE_DIR=... SSL_LIB_DIR=...

For more output use make V=1 ....

Use 4 CPU cores with make -j4 ....

Usage

import nim_status

License

Licensed and distributed under the MIT License.