super-artifacts
v0.0.3
Published
Truffle plugin to harvest artifacts for Superblocks deployments.
Downloads
4
Readme
Super Artifacts
Truffle plugin to be used with Superblocks CI. This plugin enables capturing deployment artifacts and pushing them to the Superblocks platform.
Usage
Install the npm package by running
npm install super-artifacts
Add the plugin to your truffle config file
module.exports = { plugins: ["super-artifacts"], ...
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