UNPKG

kredits-contracts

Version:

Ethereum contracts and npm wrapper for Kredits

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