aleph-im / aleph-account

Aleph.im's Account management dApp
https://account.aleph.im/
2 stars 3 forks source link

Solana integration with Phantom #35

Closed leirbag95 closed 2 years ago

leirbag95 commented 2 years ago

It is now possible to connect to solana through the Phantom wallet.

For the moment only the connection and retrieval of account data is available, the message signature is not yet integrated. The interaction with solana is done directly from a public rpc https://free.rpcpool.com

The address of the SPL used to calculate the balance of an account is the following:

3UCMiSnkcnkPE1pgQ5ggPCBv6dXgVUy16TmMUe1WpG9x

To know more about solana/web3js

https://solana-labs.github.io/solana-web3.js/

To know more about connection and interaction with Phantom:

https://docs.phantom.app/

Capture d’écran 2022-06-17 à 15 56 36
hoh commented 2 years ago

@BjrInt can you review this PR ?

BjrInt commented 2 years ago

:warning: This branch is forked from #34 and not main, make sure that the walletconnect changes are merged first to avoid wacky behavior