-
Notifications
You must be signed in to change notification settings - Fork 83
Description
As discussed in #65 (comment) we might want to change the default network value to regtest instead of testnet.
Rationale: bdk-cli is mostly used in testing and demo purpose as an easy way to interact with BDK without write separate wallet codes. In such environment most of the testing I have found myself and others doing are on regtest. So it makes sense to make regtest the default option. And user can switch to testnet with -n flag. And mainnet is not allowed in bdk-cli anyway.
Update: I also feel having Sqlite as default db would move us towards same direction.. Sqlite makes it really easy to real time observe database updates in terminal as devs test out different scenarios..
Required changes: Mostly documentation updates to reflected the new cli usage. Code change is simple.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status