Browse Source

example dapp readme

0xproflupin 2 years ago
parent
commit
79e0d987c5
1 changed files with 5 additions and 2 deletions
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -459,7 +459,10 @@ export function verify(data: SolanaSignInInput, opts: VerificationOptions) {
 
 
 ## Full Feature Demo
 ## Full Feature Demo
 
 
-[https://www.loom.com/share/228d2a4820fb44f69fb10c4fb5f2b55a?sid=21478434-bd5f-438d-a526-0b2439b2cde8](https://www.loom.com/share/228d2a4820fb44f69fb10c4fb5f2b55a?sid=21478434-bd5f-438d-a526-0b2439b2cde8)
+<div style="position: relative; padding-bottom: 56.25%; height: 0;"><iframe src="https://www.loom.com/embed/228d2a4820fb44f69fb10c4fb5f2b55a?sid=6eb7bd38-69cd-47c7-ae6c-a1aa4713809d" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
 
 
 ## Reference Implementation
 ## Reference Implementation
-App: [https://siws.vercel.app/](https://siws.vercel.app/)
+You can find the source code for the example implementation [here](https://github.com/phantom/sign-in-with-solana/tree/main/example-dapp).
+
+You can play around with SIWS here: [https://siws.vercel.app/](https://siws.vercel.app/).
+Note: Currently SIWS is only supported on Phantom extension (version >=23.11.0)