Monarch is an unofficial user interface designed for composing custom lending strategies on Morpho Blue. It enables you to compose your own lending strategies by bundling multiple markets, each with your defined risk parameters. Access Morpho Blue directly without intermediaries, maintaining full control over your lending positions.
Follow these steps to run the Monarch UI on your local machine:
# Clone the repository
git clone [email protected]:antoncoding/monarch.git
# Navigate into the folder
cd monarch
# Install dependencies
yarn
# Start the development server
yarn dev