Skip to content

Commit

Permalink
add squared
Browse files Browse the repository at this point in the history
  • Loading branch information
robertleifke authored Jan 12, 2025
1 parent f14e00b commit 93c0c50
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Numo Squared
# ⚡ Squared

### Access squared leverage on any token.
### Leverage on any ERC-20.

Smart contracts suite of Numo Squared, an automated market maker that replicates "Squeeth" on the EVM -- an option-like derivative that squares returns.
Smart contracts suite of Squared, an automated market maker that squares the returns of any ERC-20.

## Installation


```bash
forge install numoen/pmmp
forge install robertleifke/squared
```

## Local development
Expand All @@ -19,15 +19,14 @@ This project uses [Foundry](https://github.com/foundry-rs/foundry) as the develo

```bash
forge install
```

```bash
npm install @openzeppelin/contracts
@openzeppelin/contracts-upgrade
@transmissions11/solmate
```

```bash
npm install create3-factory
```
#### CREATE2

The `factory.sol` deploys `squared.sol` to a predetermined address using `.create2deploy()`

### Compilation

Expand Down

0 comments on commit 93c0c50

Please sign in to comment.