UNPKG

truffle

Version:

Truffle - Simple development framework for Ethereum

6 lines (4 loc) 125 B
const Migrations = artifacts.require("Migrations"); module.exports = function(deployer) { deployer.deploy(Migrations); };