{"id":16688127,"url":"https://github.com/skywinder/mutablemlnft","last_synced_at":"2026-04-25T15:35:11.593Z","repository":{"id":70009141,"uuid":"420532834","full_name":"skywinder/MutableMLNFT","owner":"skywinder","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-23T22:05:46.000Z","size":341,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T13:21:03.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/skywinder.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":"2021-10-23T22:05:44.000Z","updated_at":"2021-10-23T22:05:49.000Z","dependencies_parsed_at":"2023-02-22T18:45:25.263Z","dependency_job_id":null,"html_url":"https://github.com/skywinder/MutableMLNFT","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"scaffold-eth/scaffold-eth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywinder%2FMutableMLNFT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywinder%2FMutableMLNFT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywinder%2FMutableMLNFT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywinder%2FMutableMLNFT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skywinder","download_url":"https://codeload.github.com/skywinder/MutableMLNFT/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243451475,"owners_count":20293143,"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-10-12T15:26:58.083Z","updated_at":"2025-12-28T15:53:47.714Z","avatar_url":"https://github.com/skywinder.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏗 Scaffold-ETH\n\n\u003e everything you need to build on Ethereum! 🚀\n\n🧪 Quickly experiment with Solidity using a frontend that adapts to your smart contract:\n\n![image](https://user-images.githubusercontent.com/2653167/124158108-c14ca380-da56-11eb-967e-69cde37ca8eb.png)\n\n\n# 🏄‍♂️ Quick Start\n\nPrerequisites: [Node](https://nodejs.org/en/download/) plus [Yarn](https://classic.yarnpkg.com/en/docs/install/) and [Git](https://git-scm.com/downloads)\n\n\u003e clone/fork 🏗 scaffold-eth:\n\n```bash\ngit clone https://github.com/austintgriffith/scaffold-eth.git\n```\n\n\u003e install and start your 👷‍ Hardhat chain:\n\n```bash\ncd scaffold-eth\nyarn install\nyarn chain\n```\n\n\u003e in a second terminal window, start your 📱 frontend:\n\n```bash\ncd scaffold-eth\nyarn start\n```\n\n\u003e in a third terminal window, 🛰 deploy your contract:\n\n```bash\ncd scaffold-eth\nyarn deploy\n```\n\n🔏 Edit your smart contract `YourContract.sol` in `packages/hardhat/contracts`\n\n📝 Edit your frontend `App.jsx` in `packages/react-app/src`\n\n💼 Edit your deployment scripts in `packages/hardhat/deploy`\n\n📱 Open http://localhost:3000 to see the app\n\n# 📚 Documentation\n\nDocumentation, tutorials, challenges, and many more resources, visit: [docs.scaffoldeth.io](https://docs.scaffoldeth.io)\n\n# 🔭 Learning Solidity\n\n📕 Read the docs: https://docs.soliditylang.org\n\n📚 Go through each topic from [solidity by example](https://solidity-by-example.org) editing `YourContract.sol` in **🏗 scaffold-eth**\n\n- [Primitive Data Types](https://solidity-by-example.org/primitives/)\n- [Mappings](https://solidity-by-example.org/mapping/)\n- [Structs](https://solidity-by-example.org/structs/)\n- [Modifiers](https://solidity-by-example.org/function-modifier/)\n- [Events](https://solidity-by-example.org/events/)\n- [Inheritance](https://solidity-by-example.org/inheritance/)\n- [Payable](https://solidity-by-example.org/payable/)\n- [Fallback](https://solidity-by-example.org/fallback/)\n\n📧 Learn the [Solidity globals and units](https://solidity.readthedocs.io/en/v0.6.6/units-and-global-variables.html)\n\n# 🛠 Buidl\n\nCheck out all the [active branches](https://github.com/austintgriffith/scaffold-eth/branches/active), [open issues](https://github.com/austintgriffith/scaffold-eth/issues), and join/fund the 🏰 [BuidlGuidl](https://BuidlGuidl.com)!\n\n  \n - 🚤  [Follow the full Ethereum Speed Run](https://medium.com/@austin_48503/%EF%B8%8Fethereum-dev-speed-run-bd72bcba6a4c)\n\n\n - 🎟  [Create your first NFT](https://github.com/austintgriffith/scaffold-eth/tree/simple-nft-example)\n - 🥩  [Build a staking smart contract](https://github.com/austintgriffith/scaffold-eth/tree/challenge-1-decentralized-staking)\n - 🏵  [Deploy a token and vendor](https://github.com/austintgriffith/scaffold-eth/tree/challenge-2-token-vendor)\n - 🎫  [Extend the NFT example to make a \"buyer mints\" marketplace](https://github.com/austintgriffith/scaffold-eth/tree/buyer-mints-nft)\n - 🎲  [Learn about commit/reveal](https://github.com/austintgriffith/scaffold-eth/tree/commit-reveal-with-frontend)\n - ✍️  [Learn how ecrecover works](https://github.com/austintgriffith/scaffold-eth/tree/signature-recover)\n - 👩‍👩‍👧‍👧  [Build a multi-sig that uses off-chain signatures](https://github.com/austintgriffith/scaffold-eth/tree/meta-multi-sig)\n - ⏳  [Extend the multi-sig to stream ETH](https://github.com/austintgriffith/scaffold-eth/tree/streaming-meta-multi-sig)\n - ⚖️  [Learn how a simple DEX works](https://medium.com/@austin_48503/%EF%B8%8F-minimum-viable-exchange-d84f30bd0c90)\n - 🦍  [Ape into learning!](https://github.com/austintgriffith/scaffold-eth/tree/aave-ape)\n\n# 💬 Support Chat\n\nJoin the telegram [support chat 💬](https://t.me/joinchat/KByvmRe5wkR-8F_zz6AjpA) to ask questions and find others building with 🏗 scaffold-eth!\n\n---\n\n🙏 Please check out our [Gitcoin grant](https://gitcoin.co/grants/2851/scaffold-eth) too!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskywinder%2Fmutablemlnft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskywinder%2Fmutablemlnft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskywinder%2Fmutablemlnft/lists"}