added and connected bitcoin core system module

This commit is contained in:
Bryan Ramos 2024-05-13 16:22:26 -04:00
parent 553961b831
commit 1fe6ccb729
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 83 additions and 10 deletions

View file

@ -0,0 +1,5 @@
{
imports = [
./bitcoin
];
}