@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.24",
"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.22",
"@reality.eth/reality-eth-lib": "^3.4.24",
"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": "65e11c3b5340b04c2d8243f7978a422f477c6354"
}