1.4.2 • Published 6 years ago

tronbox-test v1.4.2

Weekly downloads
28
License
-
Repository
github
Last release
6 years ago

tronbox is a development environment, testing framework andasset pipeline for tronweb. With tronbox, you get:

  • Built-in smart contract compilation, linking, deployment and binary management.
  • Automated contract testing with Mocha and Chai.
  • Configurable build pipeline with support for custom build processes.
  • Scriptable deployment & migrations framework.
  • Network management for deploying to many public & private networks.
  • Interactive console for direct contract communication.
  • Instant rebuilding of assets during development.
  • External script runner that executes scripts within a tronbox environment.

Install

$ npm install -g tronbox

Quick Usage

For a default set of contracts and tests, run the following within an empty project directory:

$ tronbox init

From there, you can run tronbox compile, tronbox migrate and tronbox test to compile your contracts, deploy those contracts to the network, and run their associated unit tests.

tronbox need localServer, FullNode

more detail https://github.com/tronprotocol/TronDeployment

Documentation

Please see the Official tronweb Documentation for guides, tips, and examples.

Contributing

This package is a distribution package of the tronbox command line tool. Please see tronbox-core to contribute to the main core code.

License

MIT

1.4.2

6 years ago

1.4.1

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.0.1

6 years ago