{"id":15065230,"url":"https://github.com/zeeshanhanif/learn-solidity","last_synced_at":"2025-08-20T16:33:01.789Z","repository":{"id":51536605,"uuid":"137200795","full_name":"zeeshanhanif/learn-solidity","owner":"zeeshanhanif","description":"Learn Solidity Step by Step","archived":false,"fork":false,"pushed_at":"2024-08-11T02:37:49.000Z","size":34,"stargazers_count":41,"open_issues_count":1,"forks_count":16,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-12-08T01:05:02.425Z","etag":null,"topics":["solidity","solidity-abi","solidity-codes","solidity-compiler","solidity-contracts","solidity-coverage","solidity-dapps","solidity-language","solidity-security","solidity-web"],"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/zeeshanhanif.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}},"created_at":"2018-06-13T10:31:38.000Z","updated_at":"2024-11-20T09:06:56.000Z","dependencies_parsed_at":"2022-08-22T04:41:00.397Z","dependency_job_id":null,"html_url":"https://github.com/zeeshanhanif/learn-solidity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeeshanhanif%2Flearn-solidity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeeshanhanif%2Flearn-solidity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeeshanhanif%2Flearn-solidity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeeshanhanif%2Flearn-solidity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeeshanhanif","download_url":"https://codeload.github.com/zeeshanhanif/learn-solidity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230438185,"owners_count":18225870,"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":["solidity","solidity-abi","solidity-codes","solidity-compiler","solidity-contracts","solidity-coverage","solidity-dapps","solidity-language","solidity-security","solidity-web"],"created_at":"2024-09-25T00:35:27.456Z","updated_at":"2024-12-19T13:08:37.339Z","avatar_url":"https://github.com/zeeshanhanif.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learn Solidity\nLearn Solidity Step by Step\n\n\n# Prerequisite\nTo Run these examples please follow following steps\n\n## Installation\n1. Install **Geth** (https://ethereum.github.io/go-ethereum/downloads/)\n2. Install **Truffle** ```npm install -g truffle```\n3. Start Test Network - There are three options\n   - Use Test network using following comming\n     - ```Geth --testnet``` **OR** \n     - ```Geth --rinkeby```\n   - Create Private network \n   - Use ganache-cli\n     - npm install -g ganache-cli\n     - Run ganache-cli using following command\n       - ```ganache-cli```\n       - This will create Test network\n\n# Compile, Deploy and Test Project\n1. Go to project folder e.g\n   - ```cd 01_HelloWorld```\n\n2. Inside that folder Compile with following command\n   - ```truffle.cmd compile``` on Windows\n   - ```truffle compile```\n\n3. Deploy Contract with following command\n   - ```truffle.cmd migrate```  on Windows\n   - ```truffle migrate```\n\n\n4. Test Contract with following command\n   - ```truffle.cmd test```  on Windows\n   - ```truffle test```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeeshanhanif%2Flearn-solidity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeeshanhanif%2Flearn-solidity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeeshanhanif%2Flearn-solidity/lists"}