Create and initialise HelloWorld project
------------------------------------------------
unify ruffle init --name HelloWorld
------------------------------------------------
For Example:
Outcome:
Creates contract and cli directories. Also, add ruffle-config.json, a configuration file for DL unify ruffle cli.
-
contract: contain all solidity(*.sol) files.
-
cli: CLI command response outcome goes to this directory.
-
ruffle-config.json : a configuration file for DL unify ruffle cli. [Don’t forget to update your project secret from DL Gateway.]