Repository
By default the Boost daemon repository is located at ~/.boost
It contains the following files:
api
The local multi-address of Boost's libp2p APIboost.db
The sqlite database with all deal metadataboost.logs.db
The sqlite database with the logs for dealsconfig.toml
The config file with all Boost's settingsrepo.lock
A lock file created when Boost is runningstorage.json
Deprecated (needed by legacy markets)token
The token used when calling Boost's JSON RPC endpoints
It has the following directories:
datastore
Contains metadata about deals for legacy marketsdeal-staging
The directory used by legacy markets for incoming data transfersincoming
The directory used by Boost for incoming data transfersjournal
Contains journal events (used by legacy markets)keystore
Contains the secret keys used by libp2p (eg the peer ID)kvlog
Used by legacy markets datastore
Last updated