adds a readme and the package.json to execute the js file

This commit is contained in:
sibelly
2023-05-09 19:33:51 -04:00
parent 73e61b964f
commit b0c03a8a33
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# JavaScript send Memo examples
Generates a random account and creates a payment transaction with Memo field.
### Random seed
npm start

View File

@@ -0,0 +1,14 @@
{
"name": "js",
"version": "1.0.0",
"description": "",
"main": "send-a-memo.js",
"scripts": {
"start": "node send-a-memo.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"xrpl": "^2.0.0"
}
}