examples and tests WIP

This commit is contained in:
Richard Holland
2022-02-18 12:41:52 +00:00
parent e0fa4b4f1f
commit 9325e11b14
34 changed files with 2339 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "hook-api-examples",
"version": "1.0.0",
"description": "",
"main": "''",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ripple-keypairs": "^1.1.3",
"xrpl-hooks": "^2.1.1"
}
}