{"id":31816178,"url":"https://github.com/thatt-server-guy/solidity-for-web-contracts","last_synced_at":"2025-10-11T09:38:41.064Z","repository":{"id":50368102,"uuid":"518893222","full_name":"thatt-server-guy/Solidity-for-Web-Contracts","owner":"thatt-server-guy","description":"Solidity, the Smart Contract Programming Language .","archived":false,"fork":false,"pushed_at":"2022-10-29T10:43:27.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-18T11:46:57.504Z","etag":null,"topics":["blockchain","ethereum","solidity","web-contracts"],"latest_commit_sha":null,"homepage":"https://soliditylang.org/","language":"Solidity","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/thatt-server-guy.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}},"created_at":"2022-07-28T15:08:43.000Z","updated_at":"2022-12-20T13:07:42.000Z","dependencies_parsed_at":"2023-01-20T11:00:18.009Z","dependency_job_id":null,"html_url":"https://github.com/thatt-server-guy/Solidity-for-Web-Contracts","commit_stats":null,"previous_names":["that-prod-guy/solidity-for-web-contracts","thatt-server-guy/solidity-for-web-contracts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thatt-server-guy/Solidity-for-Web-Contracts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatt-server-guy%2FSolidity-for-Web-Contracts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatt-server-guy%2FSolidity-for-Web-Contracts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatt-server-guy%2FSolidity-for-Web-Contracts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatt-server-guy%2FSolidity-for-Web-Contracts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thatt-server-guy","download_url":"https://codeload.github.com/thatt-server-guy/Solidity-for-Web-Contracts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatt-server-guy%2FSolidity-for-Web-Contracts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006749,"owners_count":26084181,"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-10-11T02:00:06.511Z","response_time":55,"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":["blockchain","ethereum","solidity","web-contracts"],"created_at":"2025-10-11T09:38:37.473Z","updated_at":"2025-10-11T09:38:41.056Z","avatar_url":"https://github.com/thatt-server-guy.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blockchain-from-basics-to-Advance\n![iStock-1131340856-scaled-e1631638302998](https://user-images.githubusercontent.com/87219816/181580680-0df634d0-6177-433b-82b3-922d0181da01.jpg)\n\n## Background\n\nSolidity is a statically-typed curly-braces programming language designed for developing smart contracts\nthat run on the Ethereum Virtual Machine. Smart contracts are programs that are executed inside a peer-to-peer\nnetwork where nobody has special authority over the execution, and thus they allow to implement tokens of value,\nownership, voting, and other kinds of logic.\n\nWhen deploying contracts, you should use the latest released version of\nSolidity. This is because breaking changes, as well as new features and bug fixes are\nintroduced regularly.\n\nFor a good overview and starting point, please check out the official [Solidity Language Portal](https://soliditylang.org).\n\n## Build and Install\n\nInstructions about how to build and install the Solidity compiler can be\nfound in the [Solidity documentation](https://docs.soliditylang.org/en/latest/installing-solidity.html#building-from-source).\n\n\n## Example\n\nA \"Hello World\" program in Solidity is of even less use than in other languages, but still:\n\n```solidity\n// SPDX-License-Identifier: MIT\npragma solidity \u003e=0.6.0 \u003c0.9.0;\n\ncontract HelloWorld {\n    function helloWorld() external pure returns (string memory) {\n        return \"Hello, World!\";\n    }\n}\n```\n\n## Documentation\n\nThe Solidity documentation is hosted at [Read the docs](https://docs.soliditylang.org).\n\n## References\n\u003cul\u003e\n    \u003cli\u003e \u003ca href = \"https://soliditylang.org/\"\u003e Solidity \u003c/li\u003e\n    \u003cli\u003e \u003ca href = \"https://www.investopedia.com/terms/b/blockchain.asp\"\u003e Innvestopedia \u003c/li\u003e\n    \u003cli\u003e \u003ca href = \"https://www.ibm.com/topics/what-is-blockchain\"\u003e Blockchain \u003c/li\u003e\n\u003c/ul\u003e\n\n## Author\n\n[Daoud Hussain](http://daoud-hussain.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatt-server-guy%2Fsolidity-for-web-contracts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatt-server-guy%2Fsolidity-for-web-contracts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatt-server-guy%2Fsolidity-for-web-contracts/lists"}