Skip to content

Commit f157d64

Browse files
committed
final commit
1 parent 51614e4 commit f157d64

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ derivative products as futures, forwards, and exotic option instruments without
3636
- **🛡️ Comprehensive Safety**: Built-in slippage protection, deadline checks, and emergency pause functionality
3737
- **⛽ Gas Optimized**: Efficient approximations with Newton-Raphson iteration for on-chain execution
3838

39+
## Quick Start
40+
41+
Clone and set up the project:
42+
43+
```sh
44+
$ git clone https://github.com/robertleifke/numo
45+
$ cd numo
46+
$ bun install
47+
$ forge build
48+
```
49+
3950
## 🔧 Architecture
4051

4152
### Core Components
@@ -60,17 +71,6 @@ struct NumoParams {
6071
}
6172
```
6273

63-
## Quick Start
64-
65-
Clone and set up the project:
66-
67-
```sh
68-
$ git clone https://github.com/robertleifke/numo2
69-
$ cd numo2
70-
$ bun install
71-
$ forge build
72-
```
73-
7474
Deploy the Numo market maker:
7575

7676
```solidity

bun.lockb

0 Bytes
Binary file not shown.

src/Numo.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Pausable } from "v4-core/lib/openzeppelin-contracts/contracts/utils/Pau
1010
import { ReentrancyGuard } from "v4-core/lib/openzeppelin-contracts/contracts/utils/ReentrancyGuard.sol";
1111

1212
/**
13-
* @title Numo
13+
* @title Numo
1414
* @author Robert Leifke
1515
* @notice A Uniswap V4 hook implementing a log-normal distribution-based market maker
1616
* @dev This contract implements a custom trading curve based on log-normal distribution principles,

0 commit comments

Comments
 (0)