const MyContract = artifacts.require(“MyContract”);
module.exports = function(deployer) {
deployer.deploy(MyContract);
};
Please follow and like us:
const MyContract = artifacts.require(“MyContract”);
module.exports = function(deployer) {
deployer.deploy(MyContract);
};