@reality.eth/cli-tools
Version:
Command-line tools for interacting with the Reality.eth fact verification platform. Mainly intended for doing arbitration from an offline computer.
41 lines (40 loc) • 1.11 kB
JSON
{
"name": "@reality.eth/cli-tools",
"version": "1.6.14",
"description": "Command-line tools for interacting with the Reality.eth fact verification platform. Mainly intended for doing arbitration from an offline computer.",
"scripts": {
"test": "mocha ./test"
},
"keywords": [
"Ethereum",
"Realitio",
"Reality Check",
"Reality Keys",
"Arbitration",
"Solidity",
"Truffle"
],
"author": "Edmund Edgar (https://realit.io)",
"license": "GPL-3.0",
"dependencies": {
"@reality.eth/contracts": "^3.2.12",
"@reality.eth/reality-eth-lib": "^3.4.14",
"axios": "^0.27.2",
"bignumber.js": "^4.0.2",
"ethereumjs-tx": "^1.3.7",
"ethers": "^5.8.0",
"keccak": "^1.4.0",
"qrcode-terminal": "^0.12.0",
"truffle-contract": "^3.0.6",
"web3-utils": "^1.0.0-beta.35"
},
"repository": {
"type": "git",
"url": "git+https://github.com/realitio/realitio-cli.git"
},
"bugs": {
"url": "https://github.com/realitio/realitio-cli/issues"
},
"homepage": "https://realit.io",
"gitHead": "f7ba43cc16293f7b170fbc6775ae2ea6558f2e5e"
}