Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 28 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
# Build Onchain Apps Toolkit

This project has two main folders:

```bash
.
├── contracts
│ ├── src
│ ├── broadcast
│ ├── script
│ └── test
└── web
├── app
└── src
```
<div align="center">
<h1 > Monarch </h1>
<img height=80 src="./imgs/logo.png"/>
<h5 align="center"> Easy access to Morpho Blue.</h5>
</div>

![Monarch UI Screenshot](./imgs/Screenshot-1.png)

## Overview

Monarch is an unofficial user interface designed to facilitate access to [Morpho Blue](https://github.com/morpho-org/morpho-blue) markets. It provides a streamlined way to supply to any markets created on the Morpho Blue protocol, without the need for MetaMorpho vaults.

## Local Setup

[contracts](/contracts/README.md) folder contains all the solidity code
Follow these steps to run the Monarch UI on your local machine:

```shell
# Clone the repository
git clone git@github.com:antoncoding/monarch.git

# Navigate into the 'web' directory of the 'monarch' repository
cd monarch/web

# Install dependencies
yarn

# Start the development server
yarn dev
```

[web](/web/README.md) folder contains all the frontend code
Binary file added imgs/Screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.