{"id":18372979,"url":"https://github.com/marttp/20210606-ethereum-hardhat-tutorial","last_synced_at":"2025-07-26T03:11:02.897Z","repository":{"id":121961600,"uuid":"374196978","full_name":"marttp/20210606-ethereum-hardhat-tutorial","owner":"marttp","description":null,"archived":false,"fork":false,"pushed_at":"2021-06-05T19:30:51.000Z","size":497,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T14:08:56.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marttp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-06-05T19:30:27.000Z","updated_at":"2021-06-05T19:30:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb2b2341-4377-43fb-95a6-0137799c7e9d","html_url":"https://github.com/marttp/20210606-ethereum-hardhat-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marttp/20210606-ethereum-hardhat-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marttp%2F20210606-ethereum-hardhat-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marttp%2F20210606-ethereum-hardhat-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marttp%2F20210606-ethereum-hardhat-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marttp%2F20210606-ethereum-hardhat-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marttp","download_url":"https://codeload.github.com/marttp/20210606-ethereum-hardhat-tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marttp%2F20210606-ethereum-hardhat-tutorial/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267110039,"owners_count":24037634,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-06T00:07:53.367Z","updated_at":"2025-07-26T03:11:02.838Z","avatar_url":"https://github.com/marttp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Full Stack Ethereum Blockchain Application\n\n## Instruction\n- npx create-react-app react-dapp\n- npm install ethers hardhat @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ethers\n- npx hardhat\n\n### Compile the ABI (Application Binary Interface)\n- npx hardhat compile\n\n### Deploy and Use a Local Network / Blockchain\n- npx hardhat node\n- npx hardhat run scripts/deploy.js --network localhost\n\n\n### MetaMask Localhost\n- MetaMask -\u003e Localhost\n- Import Account with Private Key\n\n\n### Deploy and Use a Live Test Network (Ropsten)\n- MetaMask -\u003e Robsten network\n- Get Test faucet [this link](https://faucet.ropsten.be/) (Put MetaMask address)\n- Use [Infura](https://infura.io/) to create an app\n- Get endpoint to use in hardhat.config.js\n- set env private key\n- npx hardhat run scripts/deploy.js --network ropsten\n\n\n### Create example Token\n- create Token.sol\n- npx hardhat compile\n\n\n### How to Build An ERC20 Token\nThe ERC20 Token Standard defines a set of rules that apply to all ERC20 tokens which allow them to easily interact with each other\n- install OpenZepplin\n- npm install @openzeppelin/contracts\n- create token by extending (or inheriting from) the ERC20 contract\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarttp%2F20210606-ethereum-hardhat-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarttp%2F20210606-ethereum-hardhat-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarttp%2F20210606-ethereum-hardhat-tutorial/lists"}