Files
xrpl-dev-portal/content/_code-samples/issue-a-token/java
David Fuelling a18fe56cdf Update tutorial for xrpl4j v3
This PR updates all Java examples to utilize xrpl4j v3, which has slight different contracts as compared to v2.
2023-05-09 16:54:40 -06:00
..
2023-05-09 16:54:40 -06:00

Issue a Token (Java 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 easiest way to run this code is from an IDE such as IntelliJ. For an example pom.xml file, see Get Started Using Java.