Replies: 3 comments 4 replies
-
Hi, glad to see you here. we'll check the code first, and then discuss the integration. But because there are some other developed tasks that need to do, this might cost a long time. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Hey all - FYI we've pushed some changes to the repo to:
Would love to get this sorted soon! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Talisman is well supported, and most the DApps in Darwinia chain not can choose lots of wallet using kits like https://www.rainbowkit.com/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem?
When trying to connect the Talisman (https://talisman.xyz/) wallet, it's not officially supported and while it DOES work (you can connect your wallet and sign TXs), it's not the smoothest experience.
Solution
Talisman have created an easy library for dapps to implement (See below). If you want to use your own UI, you can use just part of the package (to do most of the hardwork for you!) and add your own UI on top. Or you can use our built in UI to make the process easier.
https://github.com/TalismanSociety/talisman-connect
As more wallets come to the dotsama ecosystem, dapps will need a better way to manage them, this feature request provides some future proofing and also let's your dapps support Talisman!
You can see a working implementation of this at -> https://app.talisman.xyz/
User journey
As a user on your dapp
Given I click, Connect
Then I want to see a modal display which allows me to select my preferred wallet
first time user
When I select Talisman
Then I want to see a dialog appear showing the different wallets I could link (this is handled by the extension)
And after selecting one or more wallets, the modal should disappear and the dapp should re-load with my data
Returning user
Then when I click the wallet of choice, and I select Talisman
And after selecting one or more wallets, the modal should disappear and the dapp should re-load with my data
Example screenshots
Beta Was this translation helpful? Give feedback.
All reactions