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

retracted

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

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
0
pub points
63%
popularity

Publisher

unverified uploader

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on eip1559