nknorg / nkn-client-js

[Deprecated, use nkn-sdk-js instead] JavaScript implementation of NKN client
https://www.nkn.org
Apache License 2.0
55 stars 19 forks source link

add pubsub #34

Closed trueinsider closed 5 years ago

trueinsider commented 5 years ago

@yilunzhang

yilunzhang commented 5 years ago

It's not straightforward that sub is only available in wallet sdk while pub is in client sdk. Currently client and wallet are not connected in any way, so one has to import and init wallet separately, which is fine. But what about add a line in readme telling people that they need to do sub in wallet sdk? Similarly we should probably add a line in wallet sdk readme informing people that pub is in client sdk.

trueinsider commented 5 years ago

@yilunzhang done