UNPKG

estdolore

Version:

0xcert protocol implementation for Ethereum blockchain.

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