{"id":23401588,"url":"https://github.com/veeso-dev/erc20-template","last_synced_at":"2025-08-21T05:37:31.636Z","repository":{"id":216832940,"uuid":"742423339","full_name":"veeso-dev/erc20-template","owner":"veeso-dev","description":"A template for ERC20 Smart contracts projects Resources","archived":false,"fork":false,"pushed_at":"2024-02-01T16:27:56.000Z","size":215,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-14T16:41:43.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/veeso-dev.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":"2024-01-12T12:53:30.000Z","updated_at":"2024-01-12T15:05:50.000Z","dependencies_parsed_at":"2024-01-22T18:06:38.329Z","dependency_job_id":"a802a926-fd9f-4b73-9ab6-08ecabe6b82e","html_url":"https://github.com/veeso-dev/erc20-template","commit_stats":null,"previous_names":["veeso-dev/erc20-template"],"tags_count":0,"template":true,"template_full_name":"veeso-dev/erc721-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veeso-dev%2Ferc20-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veeso-dev%2Ferc20-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veeso-dev%2Ferc20-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veeso-dev%2Ferc20-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veeso-dev","download_url":"https://codeload.github.com/veeso-dev/erc20-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247927305,"owners_count":21019506,"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":[],"created_at":"2024-12-22T11:17:03.267Z","updated_at":"2025-04-08T20:50:50.792Z","avatar_url":"https://github.com/veeso-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ERC20\n\n[![license-mit](https://img.shields.io/badge/License-MIT-teal.svg)](https://opensource.org/license/mit/)\n[![build-test](https://github.com/veeso-dev/erc20-template/actions/workflows/build-test.yml/badge.svg)](https://github.com/veeso-dev/erc20-template/actions/workflows/build-test.yml)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits\u0026logoColor=white)](https://conventionalcommits.org)\n\n## Get started\n\n### Setup env\n\n```sh\ncp .env.github .env\nnano .env\n```\n\n- DEV_PRIVATE_KEY: should be set to deploy on devnet\n- PROD_PRIVATE_KEY: should be set to deploy on production (KEEP IT SECRET!!!)\n- OWNER_ADDRESS: must be set to initial owner of the contract\n\n### Compile\n\nRun\n\n```sh\nyarn\nyarn compile\n```\n\n### Deploy\n\n```sh\nyarn deploy:localhost\nyarn deploy:goerli\nyarn deploy:ethereum\n```\n\n### Transfer and administrate the token\n\nEnter directory `./app`\n\nand run the NFT Web UI\n\n```sh\nyarn\n# get web3.min.js\nmkdir -p node_modules/web3/dist/\nwget -O node_modules/web3/dist/web3.min.js \"https://cdn.jsdelivr.net/npm/web3@latest/dist/web3.min.js\"\n# run\nyarn dev\n```\n\nNow browse to \u003chttp://localhost:1234/\u003e.\n\n## How to setup code from template\n\n## Verify source code\n\nput Etherscan apikey in `.env` file.\n\nThen run:\n\n```sh\nyarn hardhat verify --network $NETWORK \"$CONTRACT_ADDRESS\" \"$NAME\" \"$SYMBOL\" \"$OWNER_ADDRESS\" \"$INITIAL_SUPPLY\" $DECIMALS\n```\n\nNetwork can be either:\n\n- goerli\n- ethereum\n\n## License\n\nERC20 template is licensed under the MIT license.\n\nSee the full license [HERE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveeso-dev%2Ferc20-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveeso-dev%2Ferc20-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveeso-dev%2Ferc20-template/lists"}