{"id":20493216,"url":"https://github.com/exios66/netlify-morningstar-dev","last_synced_at":"2026-02-02T13:16:36.192Z","repository":{"id":260049158,"uuid":"880141335","full_name":"Exios66/netlify-morningstar-dev","owner":"Exios66","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-29T07:55:54.000Z","size":93,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T13:05:18.573Z","etag":null,"topics":[],"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/Exios66.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":"2024-10-29T07:35:51.000Z","updated_at":"2024-12-18T20:52:37.000Z","dependencies_parsed_at":"2024-10-29T08:28:40.514Z","dependency_job_id":"018a5d84-7492-4594-bc00-05c34bd46b13","html_url":"https://github.com/Exios66/netlify-morningstar-dev","commit_stats":null,"previous_names":["exios66/netlify-morningstar-dev"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Exios66/netlify-morningstar-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2Fnetlify-morningstar-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2Fnetlify-morningstar-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2Fnetlify-morningstar-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2Fnetlify-morningstar-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Exios66","download_url":"https://codeload.github.com/Exios66/netlify-morningstar-dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2Fnetlify-morningstar-dev/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261879274,"owners_count":23223737,"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-15T17:33:56.553Z","updated_at":"2026-02-02T13:16:31.170Z","avatar_url":"https://github.com/Exios66.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CW3D Dapp Boilerplate For Netlify\n\nThis boilerplate is set up to be deployed on Netlify and you can directly deploy this project by clicking the button below:\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/alchemyplatform/netlify-alchemy-dapp-boilerplates)\n\nVisit the [Live Demo here](https://alchemy-cw3d-dapp-boilerplate.netlify.app/)\n\n## Resources\nPlease refer to CW3D's documentation and the following useful links for an in depth explanation of how to work with projects bootstrapped with CW3D:\n\n-   [Docs](https://docs.alchemy.com/docs/create-web3-dapp) - Everything you need to know when using CW3D\n-   [GitHub](https://github.com/alchemyplatform/create-web3-dapp) - look at the extensive code example or start contributing\n-   [Website](https://createweb3dapp.alchemy.com) - Learn more about CW3D and add components to your project\n-   [Templates](https://createweb3dapp.alchemy.com/#templates) - Check out the pre-built project templates\n-   [Components Library](https://createweb3dapp.alchemy.com/#components) - Add features directly to your project through components\n-   [Examples](https://github.com/alchemyplatform/create-web3-dapp-examples) - See the components implemented in a real world dapp\n-   [Community](https://t.me/createweb3dapp) - Meet other builders, get support, and give feedback!\n\n## Overview\n\nThis project serves as a boilerplate for creating decentralized applications (dApps) using [Create Web3 Dapp](https://github.com/alchemyplatform/create-web3-dapp). It is preconfigured to be deployed on [Netlify](https://www.netlify.com/), providing you with a seamless way to get your dApp up and running in no time.\n\nThis boilerplate is built using [CW3D (Create Web3 Dapp)](https://github.com/alchemyplatform/create-web3-dapp), a powerful tool developed by [Alchemy](https://www.alchemy.com/) that allows developers to rapidly create and deploy dApps.\n\n## What's Included?\n\nThis boilerplate has everything you need to start building a dapp:\n\n- Next.js\n- Wagmi Hooks\n- Ethers.js\n- Rainbowkit\n- Alchemy SDK\n\n## Supported Chains\n\nThe project supports all the major EVM chains:\n\n - Ethereum\n - Polygon\n - Polygon zkEVM\n - Arbitrum\n - Optimism\n\n## Getting Started\n\n### Prerequisites\n\nTo get started with this boilerplate, you'll need to have the following software installed on your local machine:\n\n- [Node.js](https://nodejs.org/)\n- [Yarn](https://yarnpkg.com/)\n- [Git](https://git-scm.com/)\n\n### Installation\n\n1. Clone the repository to your local machine:\n   ```\n   git clone https://github.com/alchemyplatform/netlify-alchemy-dapp-boilerplates.git\n   ```\n2. Navigate to the project directory:\n   ```\n   cd netlify-alchemy-dapp-boilerplates\n   ```\n3. Install the required dependencies:\n   ```\n   yarn install\n   ```\n\n### Running the Project\n\n1. Start the local development server:\n   ```\n   yarn run dev\n   ```\n2. Open your browser and navigate to [`http://localhost:3000/`](http://localhost:3000/) to view the dApp in action.\n\n### Deploying to Netlify\n\nThis boilerplate is set up to be deployed on Netlify and you can directly deploy this project by clicking the button below:\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/alchemyplatform/netlify-alchemy-dapp-boilerplates)\n\n If you prefer to deploy it manually, you can follow these steps:\n\n1. Sign up for a Netlify account at [netlify.com](https://www.netlify.com/) if you don't already have one.\n2. Install the Netlify CLI:\n   ```\n   npm install -g netlify-cli\n   ```\n3. Run the following command to deploy your dApp to Netlify:\n   ```\n   netlify deploy\n   ```\n4. Follow the prompts and provide the required information. Your dApp will be deployed and accessible via a unique URL.\n\n## Project Structure\n\nThe boilerplate project is a Next.js application with the following structure:\n\n```\n📦root\n ┣ 📂components\n ┃ ┣ 📂navigation\n ┃ ┃ ┗ 📜navbar.jsx\n ┃ ┗ 📜InstructionsComponent.jsx\n ┣ 📂layout\n ┃ ┗ 📜mainLayout.jsx\n ┣ 📂pages\n ┃ ┣ 📜_app.js\n ┃ ┗ 📜index.jsx\n ┣ 📂public\n ┃ ┗ 📜cw3d-logo.png\n ┣ 📂styles\n ┃ ┣ 📜Home.module.css\n ┃ ┣ 📜InstructionsComponent.module.css\n ┃ ┣ 📜Navbar.module.css\n ┃ ┗ 📜globals.css\n ┣ 📜.gitignore\n ┣ 📜README.md\n ┣ 📜next.config.js\n ┣ 📜package-lock.json\n ┗ 📜package.json\n```\n\nStart editing the `pages/index.jsx` file to customize the project according to your own needs!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexios66%2Fnetlify-morningstar-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexios66%2Fnetlify-morningstar-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexios66%2Fnetlify-morningstar-dev/lists"}