Nim implementation of the Status protocol.
Corresponds roughly to status-go, which is consumed by status-react.
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 ...
.
import status
Licensed and distributed under the MIT License.