Specify localhost as web3 provider URL for local deployments
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
||||
"repository": "https://github.com/67P/kredits-web",
|
||||
"scripts": {
|
||||
"start": "ember server",
|
||||
"start-local": "KREDITS_CONTRACT_ADDR=`kredits-inspect -c Kredits -r -w address` TOKEN_CONTRACT_ADDR=`kredits-inspect -c Token -r -w address` npm start",
|
||||
"start-local": "WEB3_PROVIDER_URL=http://localhost:8545 KREDITS_PROVIDER_URL=http://localhost:8545 KREDITS_CONTRACT_ADDR=`kredits-inspect -c Kredits -r -w address` TOKEN_CONTRACT_ADDR=`kredits-inspect -c Token -r -w address` npm start",
|
||||
"test": "ember test",
|
||||
"postinstall": "bower install",
|
||||
"build": "ember build",
|
||||
|
||||
Reference in New Issue
Block a user