Package Exports
- @morphl2/create-morph-app
- @morphl2/create-morph-app/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@morphl2/create-morph-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Create Morph App
This package allows you to quickly set up a new Morph application.
Usage
Run the following command to create a new Morph app:
npx @morphl2/create-morph-app@latest
Follow the prompts to set up your new project.
What's Included
- Hardhat setup for smart contract development
- Foundry setup for additional testing options
- Next.js frontend with Web3 integration
- Basic smart contract and frontend examples
Getting Started
After creating your project, follow the instructions provided in the console to set up your environment variables and install dependencies.
Important Note
Make sure to keep your .env
and .env.local
files secure and never commit them to version control, as they contain sensitive information.
License
This project is licensed under the MIT License.