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.

pub package

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

Getting Started #

In your pubspec.yaml file add:

dependencies:
  base83: any

Then, in your code import and use the package:

import 'package:eip1559/eip1559.dart';

const infuraId = 'YOUR_INFURA_ID';

void main() {
  const url = 'https://mainnet.infura.io/v3/$infuraId';
  var rates = getGasInEIP1559(url);
  print(rates);
}
3
likes
0
pub points
65%
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