{"id":19580202,"url":"https://github.com/xclud/dart_eip1559","last_synced_at":"2026-05-06T15:36:18.186Z","repository":{"id":65320695,"uuid":"589551870","full_name":"xclud/dart_eip1559","owner":"xclud","description":"EIP-1559 Ethereum and Web3 market fee and gas estimation.","archived":false,"fork":false,"pushed_at":"2023-07-04T08:30:16.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-09T05:17:10.602Z","etag":null,"topics":["blockchain","dart","eip1559","ethereum","flutter","web3"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/wallet","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xclud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-16T11:44:24.000Z","updated_at":"2023-01-16T12:02:12.000Z","dependencies_parsed_at":"2024-08-23T06:15:41.961Z","dependency_job_id":null,"html_url":"https://github.com/xclud/dart_eip1559","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"d1888bf05e99cca1638e7fcc10d7f82d21857f9a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xclud%2Fdart_eip1559","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xclud%2Fdart_eip1559/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xclud%2Fdart_eip1559/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xclud%2Fdart_eip1559/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xclud","download_url":"https://codeload.github.com/xclud/dart_eip1559/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240849053,"owners_count":19867617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","dart","eip1559","ethereum","flutter","web3"],"created_at":"2024-11-11T07:24:03.905Z","updated_at":"2026-05-06T15:36:13.142Z","avatar_url":"https://github.com/xclud.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![pub package](https://img.shields.io/pub/v/eip1559.svg)](https://pub.dartlang.org/packages/eip1559)\n\nEIP-1559 Ethereum and Web3 market fee and gas estimation for Dart.\n\n## Getting Started\n\nIn your `pubspec.yaml` file add:\n\n``` yaml\ndependencies:\n  eip1559: any\n```\n\nThen, in your code import and use the package:\n\n``` dart\nimport 'package:eip1559/eip1559.dart';\n\nconst infuraId = 'YOUR_INFURA_ID';\n\nvoid main() {\n  const url = 'https://mainnet.infura.io/v3/$infuraId';\n  var rates = getGasInEIP1559(url);\n  print(rates);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxclud%2Fdart_eip1559","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxclud%2Fdart_eip1559","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxclud%2Fdart_eip1559/lists"}