bitcoinbayfoundation / baywallet

ldk wallet for the plebs of tampa, by tampa plebs
MIT License
11 stars 1 forks source link

Mempool backend #34

Closed bennyhodl closed 1 year ago

bennyhodl commented 1 year ago

This PR uses mempool as the backend instead of electrumx. This is the first step of work for #21.

Before connecting to mutiny net though, need to have support for signet in react-native-ldk. Reliant on rnldk #135 and a pending PR for signet support.

Current setup uses a mempool regtest environment in ₿itcoin Bay servers. This will be replaced with a mutiny net version when support is available.

Node will not run though currently, issues with the docker environment.