golang package to interact with status.im messaging system https://status.im/
Go to file
Adrià Cidre 2e09479c69
Fix not passing a connection when creating an account
2018-05-07 15:22:33 +02:00
.github Initial comit 2018-04-30 18:09:27 +02:00
examples Merge pull request #4 from status-im/feature/issue-3/new-protocol-support 2018-05-02 17:16:39 +02:00
.gitignore Initial comit 2018-04-30 18:09:27 +02:00
.gometalinter.json [#ISSUE-3] New protocol messages support 2018-05-01 09:44:47 +02:00
.travis.yml [#ISSUE-3] New protocol messages support 2018-05-01 09:44:47 +02:00
Makefile [#ISSUE-3] New protocol messages support 2018-05-01 09:44:47 +02:00
account.go Add support for multiple accounts on the same connection 2018-05-07 12:03:45 +02:00
chan.go Expose Channel and channel.PubKey as part of the message 2018-05-07 13:45:48 +02:00
dictionary.go Added error tracing on shh_post calls 2018-05-04 11:57:33 +02:00
msg.go Expose Channel and channel.PubKey as part of the message 2018-05-07 13:45:48 +02:00
sdk.go Fix not passing a connection when creating an account 2018-05-07 15:22:33 +02:00
subscription.go Improved subscription and message composition 2018-05-03 15:31:35 +02:00