Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.03 KB

Morph Holesky Starter Kit

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.

Project Structure

  • /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

Getting Started

  1. Clone this repository
  2. Set up the smart contract environment:
    cd contracts/hardhat
    yarn install
    
  3. Set up the frontend:
    cd frontend
    yarn install
    
  4. Follow the README files in each directory for specific instructions

Contributing

We welcome contributions to improve the Morph Holesky Starter Kit. Please read our contributing guidelines for more information.

License

This project is licensed under the MIT License - see the LICENSE file for details.