Files
xrpl-dev-portal/content/_code-samples/issue-a-token/js/README.md
mDuo13 d6e06ae140 Update ripple-lib samples to 1.10.0
- Removes lodash dependecy for web version
- Uses the new generateFaucetWallet() API method
- Make 'issue a token' code capable of running in-browser or in Node.js
  without modification
2021-08-24 14:47:22 -07:00

626 B

Issue a Token Sample Code

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).

In both cases you also need the submit-and-verify.js code from another folder of this repository. It should already be in the right place if you cloned or download an archive of the repo.