WalletConnect / kotlin-walletconnect-lib

library to use WalletConnect with Kotlin or Java
MIT License
156 stars 98 forks source link

Improve documentation #6

Closed SephirothLT closed 5 years ago

SephirothLT commented 5 years ago

How to connect and invoke sign? Is this library not finish yet?

ligi commented 5 years ago

signing is implemented - see how to e.g. use it here:

https://github.com/walleth/walleth/blob/master/app/src/main/java/org/walleth/activities/walletconnect/WalletConnectConnectionActivity.kt#L59

Is this what you where looking for?

SephirothLT commented 5 years ago

yes ,I think it's better to add more test code and more Text in README,Thanks!

SephirothLT commented 5 years ago

image When I try to analyze this params ,this error cooured?How to solve it?Thanks! @ligi

ligi commented 5 years ago

this looks more of a general programming question - so perhaps try stackoverflow?

SephirothLT commented 5 years ago

Oh! I‘ll try Thanks!