UNPKG

truffle

Version:

Truffle - Simple development framework for Ethereum

5 lines (4 loc) 128 B
var Migrations = artifacts.require("./Migrations.sol"); module.exports = function(deployer) { deployer.deploy(Migrations); };