{"id":25768435,"url":"https://github.com/nodefactoryio/web3-server-wallet","last_synced_at":"2025-08-09T08:09:07.068Z","repository":{"id":42694247,"uuid":"271253943","full_name":"NodeFactoryIo/web3-server-wallet","owner":"NodeFactoryIo","description":"Ethereum wallet for backend (server) services that sends transactions with monitoring.","archived":false,"fork":false,"pushed_at":"2023-01-06T09:46:02.000Z","size":627,"stargazers_count":8,"open_issues_count":7,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T16:18:51.310Z","etag":null,"topics":["ethereum","gas-price","typescript","wallets","web3"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/NodeFactoryIo.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}},"created_at":"2020-06-10T11:03:24.000Z","updated_at":"2024-02-09T14:44:31.000Z","dependencies_parsed_at":"2023-02-05T20:01:50.708Z","dependency_job_id":null,"html_url":"https://github.com/NodeFactoryIo/web3-server-wallet","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NodeFactoryIo%2Fweb3-server-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NodeFactoryIo%2Fweb3-server-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NodeFactoryIo%2Fweb3-server-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NodeFactoryIo%2Fweb3-server-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NodeFactoryIo","download_url":"https://codeload.github.com/NodeFactoryIo/web3-server-wallet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240959077,"owners_count":19884910,"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":["ethereum","gas-price","typescript","wallets","web3"],"created_at":"2025-02-27T00:51:53.414Z","updated_at":"2025-02-27T00:51:54.019Z","avatar_url":"https://github.com/NodeFactoryIo.png","language":"TypeScript","readme":"# Web3-server-wallet\n\nThis repository contains TypeScript implementation of monitor service for transactions on\nthe ethereum netowork.\n\nFor ethers@4.0.X use web3-server-wallet@0.1.X!\n\n# Usage\n\nInstall with `yarn add @nodefactory/web3-server-wallet` or `npm i @nodefactory/web3-server-wallet`\n\nExample of usage:\n\n```typescript\nimport {ServerWeb3Wallet, TxMonitorService} from \"@nodefactory/web3-server-wallet\";\n\nconst wallet = await ServerWeb3Wallet.create(walletSource, walletStorage);\nconst monitorService = new TxMonitorService(wallet);\nmonitorService.start()\n\nwallet.sendTransaction(transactionRequest);\n```\n\nMonitor service will automatically check if sent transaction is dropped and resubmit it with\nhigher gas price and track its progress.\n\nThis package requires for [IWalletTransactionStorage](src/@types/wallet.ts) and [IWalletSourceStorage](src/@types/wallets.ts) interface to be implemented to store sent transactions and available wallets.\n\n### Gas Price\nThis package uses [eth gas station api](https://www.ethgasstation.info/) by default and GAS_STATION_API_KEY should be in process.env for it to work.\nIt will fallback to provider.estimateGasPrice if gas station estimation does not work.\n\n## License\n\n[MIT](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodefactoryio%2Fweb3-server-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnodefactoryio%2Fweb3-server-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodefactoryio%2Fweb3-server-wallet/lists"}