From f8a9d765e149a6f0e2385b68f4b833cd80470bbe Mon Sep 17 00:00:00 2001 From: Diana Carvalho Date: Tue, 17 Dec 2024 14:00:13 +0000 Subject: [PATCH] docs: Add mention to quickstart to Readme.md Took 27 minutes Took 10 seconds Took 12 seconds --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index fe816cd2..86ce7938 100644 --- a/Readme.md +++ b/Readme.md @@ -6,6 +6,7 @@ Moves slow on-chain computations off-chain to solve optimization problems. This crate allows simulating a set of supported protocols off-chain. Currently, it has a focus on token exchange protocols, but it is not necessarily limited to this. +To get started, see our Quickstart guide [here](./examples/quickstart/Readme.md). > **See also:** > The `evm` module allows for simulating _any_ transaction; it is agnostic to protocol. See module's