UNPKG

truffle

Version:

Truffle - Simple development framework for Ethereum

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