dhruvkelawala / web3-starknet-react

A Starknet React Provider and Connectors inspired by web3-react library
MIT License
41 stars 11 forks source link

web3 react comparison #8

Open sakulstra opened 2 years ago

sakulstra commented 2 years ago

Hello, I've recently started looking into starknet and was curious on how to handle multi-chain apps on both evm and starknet.

While this library is cool, I think ideally this library would not be needed. I've been comparing the code a bit and it seems like the core is essentially equal between the two (except for linting, naming changes and currentAddress addition).

Do you think it would be possible to only use the starknet connectors from this library with the "original" web3-react providers? Is this sth you've looked into? I guess with getLibrary one could actually use starknet over ethers/web3. Is there any blocker on this that i'm not seeing?

dhruvkelawala commented 1 year ago

The address type is very different between both the libs.