2021-03-15 15:16:34 +00:00
|
|
|
# nim-status-go
|
|
|
|
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
|
|
|
|
![Stability: stable](https://img.shields.io/badge/Stability-stable-limegreen.svg)
|
|
|
|
|
|
|
|
Provides a Nim wrapper around the API of status-go: https://github.com/status-im/status-go
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
[status-go](https://github.com/status-im/status-go) compiled to `libstatus.a|dll|dylib|so` must be linked to the final executable.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
```nim
|
|
|
|
import status_go
|
|
|
|
```
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Licensed and distributed under the [MIT License](https://github.com/status-im/nim-status-go/blob/master/LICENSE).
|