kwilteam / kwil-db

Kwil DB, the database for web3
https://www.kwil.com/
Other
36 stars 12 forks source link

setup init command makes empty abci/data folder #1056

Open jchappelow opened 1 month ago

jchappelow commented 1 month ago

The kwil-admin setup init initializes a root directory with the following

$  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?