Provides a Nim wrapper around the API of status-go
Go to file
Noelia 763ef83eb8 feat: Added new function to call to new status-go `GetPasswordStrengthScore` function
It has been added a new function that allows to get password strength score information.

Closes #5096
2022-03-22 10:10:50 +01:00
status_go feat: Added new function to call to new status-go `GetPasswordStrengthScore` function 2022-03-22 10:10:50 +01:00
.gitattributes add .nim files and supporting files 2021-03-15 21:24:01 -05:00
LICENSE add .nim files and supporting files 2021-03-15 21:24:01 -05:00
README.md add .nim files and supporting files 2021-03-15 21:24:01 -05:00
status_go.nim feat: Added new function to call to new status-go `GetPasswordStrengthScore` function 2022-03-22 10:10:50 +01:00
status_go.nimble add .nim files and supporting files 2021-03-15 21:24:01 -05:00

README.md

nim-status-go

License: MIT Stability: stable

Provides a Nim wrapper around the API of status-go: https://github.com/status-im/status-go

Requirements

status-go compiled to libstatus.a|dll|dylib|so must be linked to the final executable.

Usage

import status_go

License

Licensed and distributed under the MIT License.