RealToken-Community / dashboard-v2

https://dashboard.realt.community/
4 stars 2 forks source link

[Feature] Add connexion via Web3 wallet #5

Closed Sigri44 closed 8 months ago

Sigri44 commented 1 year ago

Add connexion via Web3 wallet

Sigri44 commented 9 months ago

@NandyBa Possible to integrate the "realt-common" package, it's already include wallet connector (like walletConnect, watchOnly, futureAbstractAccount) (Link : https://socket.dev/npm/package/@realtoken/realt-commons) If needed, you can make PR in package to improve other wallet connection ! Also this package integrate "RealT standard menu/logo/colour".

NandyBa commented 9 months ago

@Sigri44 I'm ok to implement it yet @realtoken/realt-commons example is not not working.

Capture d’écran 2023-09-27 à 00 18 37

I've follows README instructions

jeanbenoit-richez commented 9 months ago

@Sigri44 I'm ok to implement it yet @realtoken/realt-commons example is not not working. Capture d’écran 2023-09-27 à 00 18 37

I've follows README instructions

Do you have the last package version ? EDIT: I check the code and it's my mistake. You have to use gnosisSafe instead of debugGnosisSafe

jeanbenoit-richez commented 9 months ago

@NandyBa Possible to integrate the "realt-common" package, it's already include wallet connector (like walletConnect, watchOnly, futureAbstractAccount) (Link : https://socket.dev/npm/package/@realtoken/realt-commons) If needed, you can make PR in package to improve other wallet connection ! Also this package integrate "RealT standard menu/logo/colour".

Currently realt-commonns includes wallet connector for:

I'm working on:

NandyBa commented 9 months ago

I implement Metamask wallet using the same version of realt-commons. Note @jeanbenoit-richez realt-commons can be very good with more documentation / examples.