UNPKG

@marketprotocol/marketprotocol

Version:

Decentralized Derivatives Trading Protocol For The Ethereum Blockchain

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