0.1.10 • Published 8 years ago
bounty-contracts v0.1.10
Bug Bounty Contracts
Bug bounty dApp contract code
Build
Recompile contracts and build artifacts.
$ yarn buildBuild Artifacts
Rebuilds truffle artifacts found at ./build/artifacts from your contracts in .build/contracts.
$ yarn build-artifactsDeploy
Deploy contracts to RPC provider at port 8545.
$ yarn redeployCompile
Recompile your contracts without rebuilding artifacts
$ yarn compileTest
Restart testrpc and run truffle test.
$ yarn test