UNPKG

kredits-contracts

Version:

Ethereum contracts and npm wrapper for Kredits

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