File tree Expand file tree Collapse file tree
codegen/src/main/java/org/web3j/codegen
console/src/main/java/org/web3j/console Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 */
2222public class SophiaFunctionWrapperGenerator extends FunctionWrapperGenerator {
2323
24- private static final String USAGE = "sophia generate "
24+ private static final String USAGE = "wasm generate "
2525 + "[--javaTypes|--solidityTypes] "
2626 + "<input binary file>.bin <input abi file>.abi "
2727 + "-p|--package <base package name> "
Original file line number Diff line number Diff line change 1313 */
1414public class Runner {
1515
16- private static String USAGE = "Usage: web3j version|wallet|solidity|truffle|sophia ..." ;
16+ private static String USAGE = "Usage: client-sdk version|wallet|solidity|truffle|wasm ..." ;
1717
1818 private static String LOGO = "\n " // generated at http://patorjk.com/software/taag
1919 + " _ _____ _ _ \n "
@@ -41,7 +41,7 @@ public static void main(String[] args) throws Exception {
4141 case "truffle" :
4242 TruffleJsonFunctionWrapperGenerator .run (tail (args ));
4343 break ;
44- case "sophia " :
44+ case "wasm " :
4545 SophiaFunctionWrapperGenerator .run (tail (args ));
4646 break ;
4747 case "version" :
You can’t perform that action at this time.
0 commit comments