From 4f5f63de61065651756edbf1d0c209ee0b79b5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=95=E5=93=81=E8=B6=85?= Date: Thu, 7 Nov 2024 17:12:46 +0800 Subject: [PATCH] fix:Text --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 1938f00..5f108bd 100644 --- a/README.md +++ b/README.md @@ -14,27 +14,27 @@ Integrate ffp into your project. npm install aoffp ``` -* [Prepare](#prepare) - * [0. Install](#0-Install) - * [1. Set up config](#1-set-up-config) - * [2. Get token airdrop](#2-get-token-airdrop) -* [Use Case](#use-case) - * [Agent](#agent) - * [1. Create your agent](#1-create-your-agent) - * [2. Deposit token to your agent](#2-deposit-token-to-your-agent) - * [Orderbook](#orderbook) - * [1. Create your orderbook agent](#1-create-your-orderbook-agent) - * [2. Deposit token to your orderbook agent](#2-deposit-token-to-your-orderbook-agent) - * [3. Make order](#3-make-order) - * [4. Use AGNET1 to take order](#4-use-AGENT1-to-take-order) - * [AMM](#amm) - * [1. Create your AMM agent](#1-create-your-amm-agent) - * [2. Deposit token to your AMM agent](#2-deposit-token-to-your-amm-agent) - * [3. Add liquidity](#3-add-liquidity) - * [4. Request an order from AMM agent](#4-Request-an-order-from-amm-agent) - * [5. Take this order by agent](#5-take-this-order-by-agent) - * [6. Arbitrage with orderbook order and AMM agent](#6-arbitrage-with-orderbook-order-and-amm-agent) - * [7. Remove liquidity from AMM agent](#7-remove-liquidity-from-amm-agent) +- [Prepare](#prepare) + - [0. Install](#0-Install) + - [1. Set up config](#1-set-up-config) + - [2. Get token airdrop](#2-get-token-airdrop) +- [Use Case](#use-case) + - [Agent](#agent) + - [1. Create your agent](#1-create-your-agent) + - [2. Deposit token to your agent](#2-deposit-token-to-your-agent) + - [Orderbook](#orderbook) + - [1. Create your orderbook agent](#1-create-your-orderbook-agent) + - [2. Deposit token to your orderbook agent](#2-deposit-token-to-your-orderbook-agent) + - [3. Make order](#3-make-order) + - [4. Use AGENT1 to take order](#4-use-AGENT1-to-take-order) + - [AMM](#amm) + - [1. Create your AMM agent](#1-create-your-amm-agent) + - [2. Deposit token to your AMM agent](#2-deposit-token-to-your-amm-agent) + - [3. Add liquidity](#3-add-liquidity) + - [4. Request an order from AMM agent](#4-Request-an-order-from-amm-agent) + - [5. Take this order by agent](#5-take-this-order-by-agent) + - [6. Arbitrage with orderbook order and AMM agent](#6-arbitrage-with-orderbook-order-and-amm-agent) + - [7. Remove liquidity from AMM agent](#7-remove-liquidity-from-amm-agent) ## Prepare