sig-0 / madev

All in one tool for Web3 developers for quickly and conveniently deploying EVM compatible blockchains with some additional services like Blockscout, The Graph and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MaDev

All in one tool for Web3 developers for quickly and conveniently deploying EVM compatible blockchains with some additional services like Blockscout, The Graph and more.

⚠️ Prerequisites

Before continuing to follow this guide, please make sure you have Docker installed locally.

Usage

Use the official release

Download the binary for you machine from the latest releases.

Manual build

  1. Clone the repo

    git clone https://github.com/madz-lab/madev.git
  2. Build Frontend

    cd web-ui && yarn build
  3. Start an app

    cd backend && go run main.go serve

Additional Usage Information

Command Line

  • Deploy all services madev deploy
  • Destroy all services madev destroy

WEB GUI

To start web interface, simply run madev serve.
Your default browser should automagically open the app.

About

All in one tool for Web3 developers for quickly and conveniently deploying EVM compatible blockchains with some additional services like Blockscout, The Graph and more.

License:GNU General Public License v3.0


Languages

Language:TypeScript 69.5%Language:Go 25.3%Language:CSS 4.7%Language:HTML 0.6%