From 5f87b1d0af3a200a38ab7a824d70a3502481182c Mon Sep 17 00:00:00 2001 From: pistomat Date: Wed, 20 Dec 2023 14:44:06 +0100 Subject: [PATCH] Add a simple top level readme --- README.md | 5 +++++ docs/indexing/substreams-integration/tutorial-ambient.md | 2 ++ docs/indexing/substreams-integration/tutorial-uniswapv2.md | 2 -- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 README.md create mode 100644 docs/indexing/substreams-integration/tutorial-ambient.md delete mode 100644 docs/indexing/substreams-integration/tutorial-uniswapv2.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e88d75b --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Propeller Protocol Lib + +Protocol lib is a library used by Propellerheads.xyz solvers to integrate decentralized protocols. Currently, only swap/exchange protocols are supported. + +Please refer to the [README.md](docs/README.md) in the [docs](docs) folder for more information. diff --git a/docs/indexing/substreams-integration/tutorial-ambient.md b/docs/indexing/substreams-integration/tutorial-ambient.md new file mode 100644 index 0000000..5364956 --- /dev/null +++ b/docs/indexing/substreams-integration/tutorial-ambient.md @@ -0,0 +1,2 @@ +# Tutorial: Ambient + diff --git a/docs/indexing/substreams-integration/tutorial-uniswapv2.md b/docs/indexing/substreams-integration/tutorial-uniswapv2.md deleted file mode 100644 index b0af89f..0000000 --- a/docs/indexing/substreams-integration/tutorial-uniswapv2.md +++ /dev/null @@ -1,2 +0,0 @@ -# Tutorial: UniswapV2 -