diff --git a/content/_code-samples/issue-a-token/js/README.md b/content/_code-samples/issue-a-token/js/README.md new file mode 100644 index 0000000000..fc03c7529a --- /dev/null +++ b/content/_code-samples/issue-a-token/js/README.md @@ -0,0 +1,7 @@ +# Issue a Token Sample Code + +This code demonstrates how to issue a (fungible) token on the XRP Ledger. For a detailed explanation, see . + +The code is designed to run in-browser by loading `demo.html` and watching the console output. To run it in Node.js, you must uncomment three `require()` lines towards the top of `issue-a-token.js` and use your preferred package manager (such as `yarn` or `npm`) to install the dependencies. + +In both cases you also need [the `submit-and-verify.js` code from another folder of this repository](../submit-and-verify/). It should already be in the right place if you cloned or download an archive of the repo.