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.
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.
- Git
- Yarn
- Solc
- Foundry (for
forge
andcast
commands)
-
Clone the repository and its submodules:
git clone https://github.com/mitosis-org/protocol-public --recursive cd protocol-public
-
Install dependencies:
yarn install
-
Install dependencies via soldeer:
forge soldeer install
-
Build the project:
forge build
forge doc --build --serve
MIT