b7b99a001a | ||
---|---|---|
.github/workflows | ||
examples | ||
nim_status | ||
test | ||
vendor | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
Makefile | ||
README.md | ||
env.sh | ||
nim_status.nim | ||
nim_status.nimble |
README.md
nim-status
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.