zcash-grant-system/contract/migrations/2_deploy_contracts.js

6 lines
149 B
JavaScript

const CrowdFundFactory = artifacts.require("./CrowdFundFactory.sol");
module.exports = function(deployer) {
deployer.deploy(CrowdFundFactory);
};