2.0.0 • Published 3 years ago

@gnosis.pm/singleton-deployer-truffle v2.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

Singleton Deployer - Truffle

Usage

Install with yarn:

yarn add @gnosis.pm/singleton-deployer-truffle

Example migration

const { deployTruffleContract } = require('@gnosis.pm/singleton-deployer-truffle');
const UserContract = artifacts.require("UserContract");

module.exports = function(deployer) {
  deployer.then(async () => {
    await deployTruffleContract(web3, UserContract, contructorArg1, contructorArg2);
  })
};

Security and Liability

All contracts are WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

License

All smart contracts are released under MIT.

Contributors