Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

trufflesuite/truffle-soljs-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Convert old soljs files to Truffle 3.0 (.json)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages