UNPKG

nonsed

Version:

The Novel Ethereum Database Framework

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