]> Untitled Git - bdk-cli/commit
Refactor everything
authorrajarshimaitra <rajarshi149@gmail.com>
Wed, 15 Jun 2022 21:58:25 +0000 (03:28 +0530)
committerrajarshimaitra <rajarshi149@gmail.com>
Mon, 27 Jun 2022 18:36:33 +0000 (00:06 +0530)
commit1e70ff911cfde7677b377c21b3c787eb73b4531e
treecceb818965346ec6ec028976873da44ccc40a48b
parent14866e255e25e0ba7db72bdc6949d1a5dc39379f
Refactor everything

This PR moves all the components into different module.
Checkout PR description for more details.
.github/workflows/cont_integration.yml
Cargo.lock
Cargo.toml
src/backend.rs [new file with mode: 0644]
src/bdk_cli.rs [deleted file]
src/commands.rs [new file with mode: 0644]
src/handlers.rs [new file with mode: 0644]
src/lib.rs [deleted file]
src/main.rs [new file with mode: 0644]
src/utils.rs [new file with mode: 0644]