UNPKG

tronbox

Version:

TronBox - Simple development framework for Tron

6 lines (4 loc) 132 B
const Migrations = artifacts.require('./Migrations.sol'); module.exports = function (deployer) { deployer.deploy(Migrations); };