UNPKG

@gnosis.pm/pm-contracts

Version:

Collection of smart contracts for the Gnosis prediction market platform

6 lines (4 loc) 118 B
const Campaign = artifacts.require('Campaign') module.exports = function(deployer) { deployer.deploy(Campaign) }