Public release.
Showing
config.json
0 → 100644
controllers/cli.js
0 → 100644
controllers/commands.js
0 → 100644
controllers/config.js
0 → 100644
controllers/crypto.js
0 → 100644
controllers/services.js
0 → 100644
controllers/sqlite.js
0 → 100644
deps/Storage.json
0 → 100644
deps/Token.json
0 → 100644
deps/XFTMock.json
0 → 100644
deps/XFTanon.json
0 → 100644
deps/withdraw.json
0 → 100644
This diff is collapsed.
File added
main.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "xftanon-cli", | ||
"version": "1.0.0", | ||
"description": "CLI tool for interacting with the XFT anon platform.", | ||
"main": "main.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node --no-warnings main" | ||
}, | ||
"author": "Offshift Team", | ||
"license": "MIT", | ||
"engines": { | ||
"node": "^18.15.0" | ||
}, | ||
"dependencies": { | ||
"circom": "^0.0.35", | ||
"circomlib": "git+https://github.com/tornadocash/circomlib.git#c372f14d324d57339c88451834bf2824e73bbdbc", | ||
"fixed-merkle-tree": "^0.6.0", | ||
"inquirer": "^8.0.0", | ||
"node-fetch": "^3.2.10", | ||
"sequelize": "^6.28.0", | ||
"snarkjs": "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5", | ||
"sqlite3": "^5.1.4", | ||
"web3": "^1.3.4", | ||
"web3-utils": "^1.7.4", | ||
"websnark": "git+https://github.com/tornadocash/websnark.git#4c0af6a8b65aabea3c09f377f63c44e7a58afa6d" | ||
} | ||
} |
Please register or sign in to comment