0.0.4 • Published 4 years ago

superblocks-cli v0.0.4

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

Superblocks CLI

Superblocks

Superblocks CLI tool to be used with Superblocks platform.

Supported Framworks

  • Truffle

Installation

Superblocks CLI can be installed or used using npx. In order to install run:

npm i superblocks-cli

Now you can use the tool using superblocks-cli or super commands. Thus:

superblocks-cli collect-artifacts

and

super collect-artifacts

are identical commands.

Collect artifacts

If you would like to interact with your deployed contracts manually or via the Superblocks platform, we provide the opportunity to store deployment artifacts, so that the deployed contracts can be interacted with easily.

If right after truffle deployment you run collect-artifact command:

npx superblocks-cli collect-artifacts

the deployment artifacts will be automatically sent to Superblocks platform servers, where they can be accessed by navigating to the Artifacts tab in deployments. Example: Truffle Reference Project.

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1-beta.1

4 years ago

0.0.1

4 years ago