status-go/lib
Adam Babik 2169a27454
Clarify situation between lib and mobile (#1909)
2020-03-24 11:22:55 +01:00
..
README.md Clarify situation between lib and mobile (#1909) 2020-03-24 11:22:55 +01:00
library.go Initialize protocol when waku active (#1832) 2020-02-17 15:38:59 +01:00
library_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
library_test_multiaccount.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
library_test_utils.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
main.go Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend 2019-11-27 17:02:09 +01:00
multiaccount.go add multi-account LoadAccount, ImportMnemonic, and Reset functions (#1542) 2019-07-26 11:33:38 +02:00
response.go Use eth-node `keystore` for `generator.go` 2020-01-06 15:45:31 +01:00
response_test.go Remove transactions queue 1027 (#1125) 2018-08-16 13:37:53 +02:00
types.go Remove FCM implementation 2019-11-17 17:54:55 +01:00

README.md

lib

DEPRECATED. Please see ./mobile instead. Currently, the exported bindings are not in sync with mobile. They might be missing or working differently.

This package provides CGO bindings so that it can be used to create a static library and link it with other projects in different languages, namely status-react. Even though, we switched to gomobile, this package can still be useful for generating a static library to link with C/C++ program.

Bindings are exported and described in library.go.