gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + Gno.land: a blockchain for timeless code and fair open-source
https://gno.land/
Other
844 stars 344 forks source link

[chain] Add the `gnoland init` command #1885

Closed zivkovicmilos closed 1 month ago

zivkovicmilos commented 3 months ago

Description

Master issue: #1836

This issue concerns adding support for the gnoland init subcommand, which runs the following commands under the hood:

It should initialize the node working directory, along with default secrets and config values.

Blocked by #1882

r3v4s commented 2 months ago

Is this going to be replacement for gnoland start -skip-start=true ??

zivkovicmilos commented 2 months ago

Is this going to be replacement for gnoland start -skip-start=true ??

Yes, it's meant to replace that flag functionality

zivkovicmilos commented 2 months ago

@r3v4s Starting to work on this now 😎