Files
xrpl-dev-portal/_code-samples/issue-a-token/js
2024-11-19 11:50:45 -08:00
..
2024-11-19 11:50:45 -08:00
2024-11-09 17:13:13 -08:00
2024-11-19 11:50:45 -08:00

Issue a Token Sample Code (JavaScript)

This code demonstrates how to issue a (fungible) token on the XRP Ledger. For a detailed explanation, see https://xrpl.org/issue-a-fungible-token.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).