{"id":21189697,"url":"https://github.com/sky0621/study-solidity","last_synced_at":"2025-03-14T20:43:23.477Z","repository":{"id":181088315,"uuid":"664873848","full_name":"sky0621/study-solidity","owner":"sky0621","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-26T05:38:02.000Z","size":353,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T13:28:13.303Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sky0621.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":"2023-07-11T00:27:40.000Z","updated_at":"2024-05-26T05:38:06.000Z","dependencies_parsed_at":"2023-07-14T01:38:50.055Z","dependency_job_id":"181cc164-c285-4e72-8664-0cacc75678f3","html_url":"https://github.com/sky0621/study-solidity","commit_stats":null,"previous_names":["sky0621/study-solidity"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sky0621%2Fstudy-solidity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sky0621%2Fstudy-solidity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sky0621%2Fstudy-solidity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sky0621%2Fstudy-solidity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sky0621","download_url":"https://codeload.github.com/sky0621/study-solidity/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243646520,"owners_count":20324582,"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-11-20T18:53:32.183Z","updated_at":"2025-03-14T20:43:23.447Z","avatar_url":"https://github.com/sky0621.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# study-solidity\n\n## project setup\n\n### setup typescript\n\n```\nnpm init -y\n```\n\n```\nnpm install --save-dev hardhat\n```\n\n### setup hardhat\n\n```\nnpx hardhat\n```\n\n#### compile\n\n```\nnpx hardhat compile\n```\n\n#### test\n\n```\nnpx hardhat test\n```\n\n```\nnpx hardhat coverage\n```\n\n### ERC20\n\n#### deploy original token\n\nat erc20/\n\n```\nts-node scripts/deploy.ts --name SkyToken --symbol SKYT --decimals 18\n```\n\nERC20 contract deploy address 0x01dFDC3F63410540D130D779677E6077e5e403Da\nTransaction URL: https://sepolia.etherscan.io/tx/0x97cb0af0c91de10634f3b18535c4386e80dca329b3744eacad98e94bc07c9507\n\n#### mint original token\n\nat erc20/\n\n```\nts-node scripts/mint.ts --network sepolia --contractAddress 0x01dFDC3F63410540D130D779677E6077e5e403Da --accountAddress 0x99999999 --amount 150\n```\n\n## install\n\n### commander\n\n```\nnpm install commander --save-dev\n```\n\n### dotenv\n\n```\nnpm install dotenv --save-dev\n```\n\n## memo\n\n```\nexport $(cat .env | xargs)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsky0621%2Fstudy-solidity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsky0621%2Fstudy-solidity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsky0621%2Fstudy-solidity/lists"}