Go to file
Michael Bradley, Jr b7b99a001a WIP: post-rebase fixes 2021-06-25 18:20:30 -05:00
.github/workflows WIP: cleanup after solving problem with RLN build on Windows 2021-06-25 17:23:25 -05:00
examples WIP: instantiate the status object inside of the chat client 2021-06-25 17:32:54 -05:00
nim_status WIP: post-rebase fixes 2021-06-25 18:20:30 -05:00
test WIP: post-rebase fixes 2021-06-25 18:20:30 -05:00
vendor WIP: bump vendor/[nim-chronos, nim-task-runner, nim-waku] 2021-06-25 17:23:26 -05:00
.gitattributes ci: run tests via GitHub Actions 2020-09-02 15:58:35 -05:00
.gitignore WIP: skeleton for component-ized example chat client 2021-06-25 17:23:25 -05:00
.gitmodules WIP: ignore untracked files in all submodules 2021-06-25 17:23:25 -05:00
LICENSE feat: integrate nim-sqlcipher 2020-11-18 13:34:24 -06:00
Makefile WIP: chat2_waku -> waku_chat2 2021-06-25 17:23:26 -05:00
README.md WIP: set more platform-specific defaults in Makefile, simplifies usage of Makefile targets 2021-06-25 17:23:25 -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 WIP: reduce compiler verbosity for RELEASE=true builds 2021-06-25 17:23:26 -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 nim_status

License

Licensed and distributed under the MIT License.