ChainMovers / suibase

Sui development environment and cookbook.
https://suibase.io
Apache License 2.0
35 stars 6 forks source link

Add workdir build command #57

Closed mario4tier closed 1 year ago

mario4tier commented 1 year ago

A user requested to add to suibase the capability to download the latest repo and build binaries only (not start process, not create sui.keystore, no localnet genesis etc...).

This will be done with a new "build" command.

Example: $ localnet build ... build everything normally needed for localnet ... $ localnet build -p sui-node ... build what is done normally + additional options (will build one more binary here) ...

===

The command can obviously mix with the others, so a user can follow with a "start" after a "build".