瀏覽代碼

mention Sollet's signMessage in FAQ

Jordan Sexton 4 年之前
父節點
當前提交
bbb123d099
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      FAQ.md

+ 1 - 1
FAQ.md

@@ -82,7 +82,7 @@ Go to https://developer.tor.us to sign up for your own unique client ID. Then us
 
 ## How can I sign and verify messages?
 
-Some wallet adapters like Phantom provide a `signMessage` method for signing arbitrary bytes.
+Some wallet adapters like Phantom and Sollet provide a `signMessage` method for signing arbitrary bytes.
 
 The signature string returned by this method can be verified using [tweetnacl-js](https://github.com/dchest/tweetnacl-js/blob/master/README.md#naclsigndetachedverifymessage-signature-publickey) using the public key from the adapter.