dapp_injected_eip155 1.0.3
dapp_injected_eip155: ^1.0.3 copied to clipboard
Support to inject the provider API into websites visited by its users using the window.ethereum provider object
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dapp_injected_eip155With Flutter:
$ flutter pub add dapp_injected_eip155This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dapp_injected_eip155: ^1.0.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dapp_injected_eip155/dapp_injected_eip155.dart';