Issue a token on the XRPL testnet network using Node.js.
Use Node.js and VisualStudioCode to set up the project (or any similar tool that has a terminal integrated).
Step by step guide to use the code:
-
Create an empty folder in your desktop and name it as you like.
-
Download the js file I have in this project and put it in that folder: issueTokenXRPTestnetSimple.js
-
Open that folder with VSC, or when you are in VSC open the folder.
-
Open a terminal and type (it creates a basic package.json): npm init --yes
-
Then type in the terminal (it installs the library): npm install --save xrpl
-
Populate the code with your testnet seeds (not the ones that I have as example in it) and the name of the currency to issue.
-
Type in the terminal: node issueTokenXRPTestnetSimple.js