truffle-soljs-updater

0.0.1 • Public • Published

truffle-soljs-updater

Convert old soljs files to Truffle 3.0 (.json).

This package will provide you with the sjsu command to upgrade existing sol.js files to their new JSON format.

Usage

npm install -g truffle-soljs-updater

Next, navigate to your directory where .sol.js file exist, then run the updater:

$ cd ./build/contracts
$ sjsu

By default, sjsu will create new .json files but leave the existing .sol.js files alone. To have sjsu clean up for you, use the -f option.

$ sjsu -f

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i truffle-soljs-updater

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • rizedr
  • jeff.smale
  • kevinbluer
  • davidmurdoch
  • fainashalts
  • cds-amal
  • tcoulter