-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "peacenotrelay",
"version": "1.0.0",
"description": "This is a bridge establishing interoperability between Ethereum and Ethereum Classic in a trustless, low-cost way. Instead of relaying block headers from one chain to the other, it uses a trustless Custodian who verifies transactions across the two chains. The bridge architecture consists of five main components, which are simply symmetrically replicated to get a two-way bridge.",
"main": "truffle-config.js",
"scripts": {
"migrateROP": "NETWORK=ROP truffle migrate --network ropsten --reset",
"migrateRINK": "NETWORK=RINK truffle migrate --network rinkeby",
"migrateDev1": "NETWORK=DEV1 truffle migrate --network development1",
"migrateDev2": "NETWORK=DEV2 truffle migrate --network development2",
"ganache": "ganache-cli -p 7545 -s=something",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/YZhenY/peaceNotRelay.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/YZhenY/peaceNotRelay/issues"
},
"homepage": "https://github.com/YZhenY/peaceNotRelay#readme",
"dependencies": {
"bignumber.js": "^7.2.1",
"bluebird": "^3.5.1",
"eth-lib": "^0.2.8",
"ethereum-tx-decoder": "^2.0.1",
"ethers": "^3.0.25",
"rlp": "^2.1.0",
"solc": "^0.4.24",
"truffle-core": "^4.1.13",
"truffle-hdwallet-provider": "0.0.5",
"web3": "^1.0.0-beta.34"
}
}