Skip to content

mitosis-org/protocol-public

Repository files navigation

Mitosis

Mitosis is an Ecosystem-Owned Liquidity (EOL) blockchain that empowers newly created modular blockchains to capture Total Value Locked (TVL) and attract users through its governance process.

About the repository

The mitosis-public repository exposes certain parts of code (particularly interfaces) during active development.
All code is copied from the protocol repository, which is currently private.

Check Developer Docs for more guides.

Getting Started

Prerequisites

  • Git
  • Yarn
  • Solc
  • Foundry (for forge and cast commands)

Installation

  1. Clone the repository and its submodules:

    git clone https://github.com/mitosis-org/protocol-public --recursive
    cd protocol-public
  2. Install dependencies:

    yarn install
  3. Install dependencies via soldeer:

    forge soldeer install
  4. Build the project:

    forge build

Documentation

forge doc --build --serve

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published