dc-protocol
Version:
Start ganache and deploy our contracts
41 lines (40 loc) • 1.38 kB
JSON
{
"name": "dc-protocol",
"version": "0.1.45",
"description": "Start ganache and deploy our contracts",
"main": "index.js",
"bin": {
"dc-protocol": "bin/CLI"
},
"scripts": {
"start": "cd src && sh testrpc.sh | sh migrate.sh local",
"test": "cd src && total_accounts=2 blockTime=0 sh testrpc.sh | sh migrate.sh local",
"build": "cd src && truffle compile",
"migrate:local": "cd ./src && truffle migrate --network development",
"migrate:ropsten": "cd ./src && truffle migrate --network ropsten",
"migrate:rinkeby": "cd ./src && truffle migrate --network rinkeby",
"reset": "cd src && sh reset.sh",
"docker:start": "docker-compose up -d && docker-compose ps",
"docker:stop": "docker-compose down && docker-compose ps",
"docker:logs": "docker logs -f dc_protocol",
"docker:login": "docker login -u alexstep",
"docker:build": "sh docker_build.sh",
"docker:publish": "sh docker_publish.sh v_0.1.1",
"docker:test": "docker build -t dc_protocol_test ."
},
"keywords": [
"dao",
"casino",
"protocol",
"testrpc"
],
"author": "alex.step@dao.casino",
"license": "MIT",
"dependencies": {
"commander": "^2.19.0",
"ganache-core": "2.2.1",
"truffle": "5.0.0-beta.2",
"truffle-hdwallet-provider": "1.0.0-web3one.0"
},
"gitHead": "a8c5c7a9173969f2dbe755fe5f833087aa31509c"
}