DEX tutorial: apply suggestions from review

Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
Rome Reginelli
2022-04-22 16:54:09 -07:00
committed by GitHub
parent fab942396b
commit bed6d7309d
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Trade in the Decentralized Exchange
This code demonstrates how to buy a (fungible) token on the XRP Ledger's decentralized exchange (DEX). For a detailed explanation, see <https://xrpl.org/trade-in-the-decentralized-exchange.html>.
This code demonstrates how to buy a (fungible) token on the XRP Ledger's decentralized exchange (DEX). For a detailed explanation of how to trade using the DEX, see <https://xrpl.org/trade-in-the-decentralized-exchange.html>.
The code is designed to run in-browser by loading `demo.html` and watching the console output, or in Node.js. For Node.js, you must first install the dependencies using your preferred package manager (such as `yarn` or `npm`).