0.0.3 • Published 4 years ago

super-artifacts v0.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Super Artifacts

Superblocks npm

Truffle plugin to be used with Superblocks CI. This plugin enables capturing deployment artifacts and pushing them to the Superblocks platform.

Usage

  1. Install the npm package by running

    npm install super-artifacts
  2. Add the plugin to your truffle config file

    module.exports = {
        plugins: ["super-artifacts"],
        ...
  3. Enable artifacts collection in the Superblocks provider by adding the following flag*:
     saveArtifacts: 'true'
     
    for example:
     new ManualSignProvider({ 
                   networkId: '4',
                   saveArtifacts: 'true',
                   ...
    *You need at least version 0.0.18 of super-web3-provider to use this plugin
0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago