{"id":24429150,"url":"https://github.com/sofianhw/hh-token-sample","last_synced_at":"2026-04-22T18:31:19.083Z","repository":{"id":145456109,"uuid":"583324789","full_name":"sofianhw/hh-token-sample","owner":"sofianhw","description":"Hardhat Token Sample","archived":false,"fork":false,"pushed_at":"2022-12-29T13:11:17.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T03:50:05.487Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sofianhw.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":"2022-12-29T12:45:51.000Z","updated_at":"2022-12-29T12:57:03.000Z","dependencies_parsed_at":"2023-03-27T15:19:43.806Z","dependency_job_id":null,"html_url":"https://github.com/sofianhw/hh-token-sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sofianhw/hh-token-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianhw%2Fhh-token-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianhw%2Fhh-token-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianhw%2Fhh-token-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianhw%2Fhh-token-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sofianhw","download_url":"https://codeload.github.com/sofianhw/hh-token-sample/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianhw%2Fhh-token-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32149379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-01-20T13:33:37.146Z","updated_at":"2026-04-22T18:31:19.066Z","avatar_url":"https://github.com/sofianhw.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hardhat Token Sample\n\n## Install depedencies\n```npm install```\n\n--------------------------------\n\n## Install from Scratch\n### install hardhat\n```npm install --save-dev hardhat```\n\n### setup project\n```npx hardhat```\n\n--------------------------------\n\n### Setup network and account\nGo to hardhat.config.js\nChange ALCHEMY-KEY and PRIVATE-KEY with your own\n\n### Install openzeppelin contracts\nBecause in this sample we will create token and using Openzepplin standard.\nWe need to install\n```npm install @openzeppelin/contracts```\n\n### Compile\n```npx hardhat compile```\n\n### Artifacts\nIt will produce two folders, artifacts and cache.\nTo get ABI and Bytecode, go to artifacts/contracts/Token.json\n\n### Deploy to ganache\nYou have to setup your ganache\nto deploy bytecode into blockchain you can run \n```npx hardhat run scripts/deploy.js --network ganache```\n\nif you want to deploy into testnet or mainnet just configure the network and deploy to network name\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofianhw%2Fhh-token-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsofianhw%2Fhh-token-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofianhw%2Fhh-token-sample/lists"}