eip1559 0.6.2 copy "eip1559: ^0.6.2" to clipboard
eip1559: ^0.6.2 copied to clipboard

EIP-1559 Ethereum and Web3 market fee and gas estimation for Dart.

example/eip1559_example.dart

import 'dart:io';
import 'package:eip1559/eip1559.dart';

final infuraId = Platform.environment['INFURA_ID'];

void main() {
  final url = 'https://mainnet.infura.io/v3/$infuraId';
  var rates = getGasInEIP1559(url);
  print(rates);
}
3
likes
130
pub points
62%
popularity

Publisher

unverified uploader

EIP-1559 Ethereum and Web3 market fee and gas estimation for Dart.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on eip1559