Open kornha opened 2 years ago
Hi, This seems to be a problem because this package can only hit EVM chain using Ethers.js
. If you want to use Polkadot.js
or other packages that interact with non-evm chains you will need to build the package from scratch or just call the method using dart:js
.
I would like to be able to access Polkadot wallet chrome extensions in Flutter Web.
I have considered porting the Polkadot Extension NPM package, or somehow using it in Flutter Web, but this seems to be a challenge.
I am wondering if there is a way to use this repository to hit a polkadot extension instead of a Ethereum (eg., Metamask) chrome extension, or if this is a future idea.
Thanks!