This project is a comprehensive starter kit for building decentralized applications (dApps) on the Morph Holesky network. It combines smart contract development with Hardhat and Foundry, and a modern frontend using Next.js.
/contracts
: Smart contract development environment/hardhat
: Hardhat project for Solidity development and testing/foundry
: Foundry project for additional testing and deployment options
/frontend
: Next.js project with Web3 integration
- Clone this repository
- Set up the smart contract environment:
cd contracts/hardhat yarn install
- Set up the frontend:
cd frontend yarn install
- Follow the README files in each directory for specific instructions
We welcome contributions to improve the Morph Holesky Starter Kit. Please read our contributing guidelines for more information.
This project is licensed under the MIT License - see the LICENSE file for details.