-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.14 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
{
"name": "rhobust",
"version": "0.1.1",
"description": "Rhobust: Solid smart contracts tackling our economies' deepest challenges",
"main": "server.js",
"scripts": {
"test": "rnode deploy --from 0x0 --nonce 0 --phlo-price 1 --phlo-limit 999999 integrationTest.rho && rnode propose",
"link-contract": "rm -rf rhobustCaller.linked.rho && scala link.scala ./packages rhobustCaller.rho && mv rhobustCaller.rho.linked rhobustCaller.linked.rho",
"deploy-contract": "scala link.scala ./packages rhobustCaller.rho && mv rhobustCaller.rho.linked rhobustCaller.linked.rho && rnode deploy --from 0x0 --nonce 0 --phlo-price 1 --phlo-limit 999999 rhobustCaller.linked.rho && rnode propose",
"with-nodemon": "nodemon server.js"
},
"keywords": [
"RChain",
"Rholang",
"Dapp",
"RNode"
],
"author": "Emmanuel BOTROS YOUSSEF FEISTHAUER",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/mebyz/rhobust"
},
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"grpc": "^1.14.1",
"rchain-api": "github:rchain-community/RChain-API",
"freshr": "^0.2.0"
}
}