Skip to content

morph-l2/morph_starter_kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published