/ migrations / 2_deploy_contracts.js
2_deploy_contracts.js
1 var StandardBounties = artifacts.require("../contacts/StandardBounties.sol"); 2 3 module.exports = function(deployer) { 4 deployer.deploy(StandardBounties); 5 };
1 var StandardBounties = artifacts.require("../contacts/StandardBounties.sol"); 2 3 module.exports = function(deployer) { 4 deployer.deploy(StandardBounties); 5 };