@robincore/flutter-dapp-provider
v1.1.8
Published
a javascript ethereum provider injector used as an interface between wallet and dApps. [for flutter]
Downloads
15
Maintainers
Readme
web3 {ethereum-based-chains} provider for flutter dApp browser
web3 injector for flutter dApp browser. this package is used for two-way communication between flutter inappwebview and js injected code.
init scripts
- initialize typescript project
npx tsc init
- use Google typescript for lint (optional)
npx gts init
- lint/fix the project files
yarn [lint:fix]
test scripts
run tests for the flutter web3 provider
yarn test
build scripts
build the provider bridge files
yarn compile
contributions
this repo is open for contributions. feel free to (create)/(manage) [pull requests]/[issues].