web3dart_get_fee_data 1.1.0 copy "web3dart_get_fee_data: ^1.1.0" to clipboard
web3dart_get_fee_data: ^1.1.0 copied to clipboard

A Dart package for getting Ethereum fee data, including support for EIP-1559 transactions. Provides an easy-to-use API similar to ethers.js getFeeData().

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add web3dart_get_fee_data

With Flutter:

 $ flutter pub add web3dart_get_fee_data

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  web3dart_get_fee_data: ^1.1.0

Alternatively, 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:web3dart_get_fee_data/web3dart_get_fee_data.dart';
0
likes
150
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package for getting Ethereum fee data, including support for EIP-1559 transactions. Provides an easy-to-use API similar to ethers.js getFeeData().

Repository (GitHub)
View/report issues

Topics

#ethereum #web3 #blockchain #gas #eip-1559

Documentation

API reference

License

MIT (license)

Dependencies

http, wallet, web3dart

More

Packages that depend on web3dart_get_fee_data