1.0 KiB
1.0 KiB
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 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.