mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
11 lines
171 B
Markdown
11 lines
171 B
Markdown
# Create Amm (JavaScript)
|
|
|
|
Demonstrates how to create an Automated Market Maker (AMM) on the XRP Ledger.
|
|
|
|
Quick setup and usage:
|
|
|
|
```sh
|
|
npm install
|
|
node create-amm.js
|
|
```
|