Skip to content

Commit

Permalink
Uniswap Guide Added (#415)
Browse files Browse the repository at this point in the history
* Uniswap Guide Added

* Page has been reorganized with the addition of new content

* Update docs/quickstart/quickstart_chains/ethereum-uniswap.md

Co-authored-by: James Bayly <[email protected]>

* small fix

* Included switches in the example section

* Enhanced prerequisites explanation

* Update docs/quickstart/quickstart_chains/ethereum-uniswap.md

Co-authored-by: James Bayly <[email protected]>

* Update docs/.vuepress/config.ts

* Clean uniswap

---------

Co-authored-by: James Bayly <[email protected]>
Co-authored-by: Marta Adamczyk <[email protected]>
Co-authored-by: James Bayly <[email protected]>
  • Loading branch information
4 people authored Sep 21, 2023
1 parent b6e7b41 commit 05d26b7
Show file tree
Hide file tree
Showing 2 changed files with 1,125 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,10 @@ function getSidebar(locale: string): SidebarOptions {
text: "Ethereum Gravatar (Simple)",
link: `${locale}/quickstart/quickstart_chains/ethereum-gravatar.md`,
},
{
text: "Ethereum Uniswap (Complex)",
link: `${locale}/quickstart/quickstart_chains/ethereum-uniswap.md`,
},
{
text: "Ethereum ENS (Complex)",
link: `${locale}/quickstart/quickstart_chains/ethereum-ens.md`,
Expand Down
Loading

0 comments on commit 05d26b7

Please sign in to comment.