@gnosis.pm/singleton-deployer-truffle
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.00latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.00
1.1.00
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i @gnosis.pm/singleton-deployer-truffle

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

8.01 kB

Total Files

5

Last publish

Collaborators

  • giacomo.licari