Go to file
Richard Ramos 46955bee26
feat: add /joinpublicchat and /leavepublicchat commands to join status channels on waku2
2021-08-26 15:01:46 -04:00
.github/workflows refactor: examples/chat -> examples/client 2021-07-29 15:06:15 -05:00
examples feat: add /joinpublicchat and /leavepublicchat commands to join status channels on waku2 2021-08-26 15:01:46 -04:00
status chore: remove unused error and defect objects 2021-08-25 11:20:26 +10:00
test feat: improve exception handling by switching to Result 2021-08-24 11:54:53 +10:00
vendor feat: add /sendTransaction command to TUI to send eip1559 transactions 2021-08-20 13:03:04 -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 build: remove nim-stew 2021-08-03 19:29:36 +10:00
LICENSE feat: integrate nim-sqlcipher 2020-11-18 13:34:24 -06:00
Makefile refactor: organize non-api modules under status/private/ 2021-08-05 04:38:07 -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: example client does not import non-api modules of nim-status 2021-08-05 18:52:44 -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.