mirror of
https://github.com/Xahau/Validation-Ledger-Tx-Store-to-xPOP.git
synced 2025-12-06 01:08:00 +00:00
Add initial working
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "xrplp-validation-msg-store",
|
||||
"version": "1.0.0",
|
||||
"description": "Store XRPL Proof of Validation messages",
|
||||
"main": "index.mjs",
|
||||
"scripts": {
|
||||
"dev": "nodemon ."
|
||||
},
|
||||
"author": "Wietse Wind <w@xrpl-labs.com>",
|
||||
"license": "MIT",
|
||||
"nodemonConfig": {
|
||||
"ignore": [
|
||||
"store/*"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^16.3.1",
|
||||
"ed25519": "^0.0.5",
|
||||
"elliptic": "^6.5.4",
|
||||
"node-fetch": "^3.3.2",
|
||||
"ripple-address-codec": "^4.3.0",
|
||||
"xrpl-client": "^2.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user