0xRobinR / core-dapp-provider

web3 provider for flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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].

About

web3 provider for flutter


Languages

Language:TypeScript 93.7%Language:JavaScript 6.3%