Open jchappelow opened 1 month ago
The kwil-admin setup init initializes a root directory with the following
kwil-admin setup init
$ tree prod-chain/node0/ prod-chain/node0/ ├── abci │ └── data ├── config.toml ├── genesis.json └── private_key 2 directories, 3 files
The abci/data folder is empty, and it does not need to be created. Is there a case where we write something there?
abci/data
The
kwil-admin setup init
initializes a root directory with the followingThe
abci/data
folder is empty, and it does not need to be created. Is there a case where we write something there?