Truffle plugin to be used with Superblocks CI. This plugin enables capturing deployment artifacts and pushing them to the Superblocks platform.
-
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