Go to file
Eric Mastro a9ddeb9f96
WIP: experiment with creating a modal window
Creation of the modal window works, however there needs to be some keyboard capture that does not put the keyboard input in to the main input box.
2021-07-07 14:16:28 +10:00
.github/workflows ci: remove workaround re: setting RUSTFLAGS env var in Windows 2021-06-30 09:53:21 -05:00
examples WIP: experiment with creating a modal window 2021-07-07 14:16:28 +10:00
nim_status WIP: setting the stage for login/logout tasks and actions 2021-06-30 23:17:04 -05:00
test feat: Add create account and list accounts commands 2021-06-30 23:15:18 -05:00
vendor feat: example client 2021-06-28 17:50:19 -04:00
.gitattributes ci: run tests via GitHub Actions 2020-09-02 15:58:35 -05:00
.gitignore feat: example client 2021-06-28 17:50:19 -04:00
.gitmodules feat: example client 2021-06-28 17:50:19 -04:00
LICENSE feat: integrate nim-sqlcipher 2020-11-18 13:34:24 -06:00
Makefile feat: example client 2021-06-28 17:50:19 -04:00
README.md feat: example client 2021-06-28 17:50:19 -04: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 feat: example client 2021-06-28 17:50:19 -04: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.