LayerTwo-Labs / sidesail

A work-in-progress sidechain UI.
MIT License
6 stars 4 forks source link

drivechain-server: connect to CUSF enforcer #222

Open torkelrogstad opened 1 week ago

torkelrogstad commented 1 week ago

A yet-to-be implemented component of the Drivechain server is connecting to the CUSF enforcer. This is being implemented at https://github.com/LayerTwo-Labs/bip300301_enforcer. It will be running alongside stock Bitcoin Core, and provide sidechain data/functionality to us.

The messages/RPCs that we'll use to communicate is defined at https://github.com/LayerTwo-Labs/bip300301_enforcer_proto or https://github.com/LayerTwo-Labs/cusf_sidechain_proto. The last one popped up recently, and I'm a bit unsure about precisely what it is...