1.1.8 • Published 1 year ago

@robincore/flutter-dapp-provider v1.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.