UNPKG

kredits-contracts

Version:

Ethereum contracts and npm wrapper for Kredits

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