KasarLabs / barknet

https://kasar.io
MIT License
13 stars 0 forks source link

added bitcoin into data layers #22

Closed eytanlvy closed 1 year ago

eytanlvy commented 1 year ago

feat:add bitcoin as a data layer in DaLayer struct

Please add the labels corresponding to the type of changes your PR introduces:

What is the current behavior?

BitcoinConfig and Client are implemented, but need to be casted when creating a new service

What is the new behavior?

Bitcoin has been added to the list of DaLayer, and a client is initialized when it needs to

Does this introduce a breaking change?

No

Other information