{"id":13893788,"url":"https://github.com/smartcontractkit/smart-contract-examples","last_synced_at":"2025-05-16T13:06:15.122Z","repository":{"id":37691819,"uuid":"453121015","full_name":"smartcontractkit/smart-contract-examples","owner":"smartcontractkit","description":"Example and sample projects","archived":false,"fork":false,"pushed_at":"2025-05-14T21:05:13.000Z","size":205796,"stargazers_count":219,"open_issues_count":13,"forks_count":96,"subscribers_count":90,"default_branch":"main","last_synced_at":"2025-05-14T22:20:03.406Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/smartcontractkit.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-01-28T15:36:01.000Z","updated_at":"2025-05-05T22:53:30.000Z","dependencies_parsed_at":"2023-12-14T13:28:31.297Z","dependency_job_id":"768514c7-89d7-46a4-85e9-0ed6a90aa322","html_url":"https://github.com/smartcontractkit/smart-contract-examples","commit_stats":{"total_commits":75,"total_committers":10,"mean_commits":7.5,"dds":0.56,"last_synced_commit":"73ae3e1a0400fcf35c560acdf35a8f2ac77eab96"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fsmart-contract-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fsmart-contract-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fsmart-contract-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fsmart-contract-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartcontractkit","download_url":"https://codeload.github.com/smartcontractkit/smart-contract-examples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254535827,"owners_count":22087399,"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-08-06T18:01:17.186Z","updated_at":"2025-05-16T13:06:15.065Z","avatar_url":"https://github.com/smartcontractkit.png","language":"Solidity","readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ch3 align=\"center\"\u003eSmart Contract Examples and Samples\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/smartcontractkit/smart-contract-examples/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/smartcontractkit/smart-contract-examples/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n      \u003ca href=\"#about-the-project\"\u003eAbout The Project\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n    \u003ca href=\"#downloading-a-single-directory\"\u003eDownloading A Single Directory\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\n    \u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n## About The Project\n\n\u003e **Important Notice**  \n\u003e Please be aware that this repository contains reference and example contracts which may be **unaudited** and could include **hard-coded values**.  \n\u003e Ensure that you review and audit any contracts before using them in production.\n\nThis repo contains example and sample projects, each in their own directory.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Getting Started\n\nEach directory within this repo will have a `README.md` that details everything you need to run the sample.\n\n## Downloading A Single Directory\n\n```sh\n# Create a directory, and enter it\nmkdir smart-contract-examples \u0026\u0026 cd smart-contract-examples\n\n# Initialize a Git repository\ngit init\n\n# Add this repository as a remote origin\ngit remote add -f origin https://github.com/smartcontractkit/smart-contract-examples/\n\n# Enable the tree check feature\ngit config core.sparseCheckout true\n\n# Create the spare-checkout file with the value\n# the directory you wish to download\n#\n# Use the name of the directory as 'REPLACE_ME'\necho 'REPLACE_ME' \u003e\u003e .git/info/sparse-checkout\n\n## Download with pull\ngit pull origin master\n```\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n\n[contributors-shield]: https://img.shields.io/github/contributors/smartcontractkit/smart-contract-examples.svg?style=for-the-badge\n[contributors-url]: https://github.com/smartcontractkit/smart-contract-examples/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/smartcontractkit/smart-contract-examples.svg?style=for-the-badge\n[forks-url]: https://github.com/smartcontractkit/smart-contract-examples/network/members\n[stars-shield]: https://img.shields.io/github/stars/smartcontractkit/smart-contract-examples.svg?style=for-the-badge\n[stars-url]: https://github.com/smartcontractkit/smart-contract-examples/stargazers\n[issues-shield]: https://img.shields.io/github/issues/smartcontractkit/smart-contract-examples.svg?style=for-the-badge\n[issues-url]: https://github.com/smartcontractkit/smart-contract-examples/issues\n","funding_links":[],"categories":["Solidity","\u003ca name=\"Solidity\"\u003e\u003c/a\u003eSolidity"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartcontractkit%2Fsmart-contract-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartcontractkit%2Fsmart-contract-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartcontractkit%2Fsmart-contract-examples/lists"}