y-pakorn / flutter_web3

Web3 Ethereum, Etherjs and Wallet Connect wrapper for Flutter Web.
Other
136 stars 46 forks source link

Terra Support #34

Open josh-burton opened 2 years ago

josh-burton commented 2 years ago

I'm trying to build a dart/Flutter web package for the Terra blockchain.

I guess this package is more for EVM compatible web3 chains, so adding Terra support directly is unlikely.

Terra has the Terra.js javascript library, as well as a wallet-controller package which handles both wallet-connect and the chrome extension integration.

I'm having some issues getting these libraries bundled for Flutter web so wondered if the authors of this package might be able to help.

Is there a slack group, telegram group or somewhere else you 'hang out' where I could ask some questions?

y-pakorn commented 2 years ago

There's no communication group for now, but I planned to do Flutter package for Terra.js. Probably in the next month or two.

Remarks that Wallet connect package for Terra don't have js distribution file. So it will be impossible (for now) for the implementation of that in Flutter will happen. It works fine for extension tho.