github.com/shyftnetwork/go-empyrean@v1.8.3-0.20191127201940-fbfca9338f04/shyft-config/shyft-cli/web3/transfer-through-master/migrations/1_initial_migration.js (about)

     1  var Migrations = artifacts.require("./Migrations.sol");
     2  
     3  module.exports = function(deployer) {
     4    deployer.deploy(Migrations);
     5  };