{"id":15705631,"url":"https://github.com/peter-evans/erc20-token-wallet","last_synced_at":"2025-05-12T15:27:26.792Z","repository":{"id":77843071,"uuid":"129009862","full_name":"peter-evans/erc20-token-wallet","owner":"peter-evans","description":"A simple Ethereum blockchain ERC20 token wallet interface","archived":false,"fork":false,"pushed_at":"2018-07-31T08:31:26.000Z","size":238,"stargazers_count":5,"open_issues_count":0,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-20T13:37:18.528Z","etag":null,"topics":["blockchain","erc20","erc20-tokens","ethereum","ethereum-wallet","metamask","smart-contracts"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/peter-evans.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2018-04-11T00:15:41.000Z","updated_at":"2024-01-29T17:47:32.000Z","dependencies_parsed_at":"2023-04-27T19:03:34.574Z","dependency_job_id":null,"html_url":"https://github.com/peter-evans/erc20-token-wallet","commit_stats":{"total_commits":37,"total_committers":1,"mean_commits":37.0,"dds":0.0,"last_synced_commit":"8bef4bcf456185733952008cba7c80879ecdaba5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-evans%2Ferc20-token-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-evans%2Ferc20-token-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-evans%2Ferc20-token-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-evans%2Ferc20-token-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peter-evans","download_url":"https://codeload.github.com/peter-evans/erc20-token-wallet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253765052,"owners_count":21960667,"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","erc20","erc20-tokens","ethereum","ethereum-wallet","metamask","smart-contracts"],"created_at":"2024-10-03T20:18:08.285Z","updated_at":"2025-05-12T15:27:26.767Z","avatar_url":"https://github.com/peter-evans.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# erc20-token-wallet\nA simple wallet interface providing transfer functionality for Ethereum blockchain ERC20 smart contracts.\n\n## Usage\n\nThe wallet interface is hosted via GitHub Pages at [https://peter-evans.github.io/erc20-token-wallet](https://peter-evans.github.io/erc20-token-wallet/)\n\nA compatible wallet provider is required, such as MetaMask.\n\n[![Download MetaMask](/images/download-metamask-dark.png?raw=true)](https://metamask.io/)\n\nThe wallet connects to the [ERC-20 Test Standard Token (TST)](https://github.com/uzyn/ERC20-TST) smart contract for testing purposes. The smart contract the wallet interfaces with can be changed by editing the following lines in [index.js](index.js).\n\n```javascript\nconst abi = JSON.parse(\n  '[...]'\n);\nconst decimals = 18;\nconst tokenSymbol = \"TST\";\ncontractInstance = web3.eth\n  .contract(abi)\n  .at(\"0x3efd578b271d034a69499e4a2d933c631d44b9ad\");\n```\n\n## Test Standard Token (TST)\n\nTST tokens can be created for free by following the instructions [here](https://github.com/uzyn/ERC20-TST).\n\n\n## License\n\nMIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-evans%2Ferc20-token-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeter-evans%2Ferc20-token-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-evans%2Ferc20-token-wallet/lists"}