horizontalsystems / BitcoinCore.Swift

Comprehensive Bitcoin development library for iOS, implemented on Swift.
MIT License
24 stars 22 forks source link

How can I use the regtest while I'm developing my app? #32

Closed hanxianlong closed 8 months ago

hanxianlong commented 8 months ago

Hi, is is possible to use regtest as the network while I'm developing my app? If yes, how can I do it, If not, could you please give me some suggestions to modify the code to add the support? thanks!

hanxianlong commented 8 months ago

I've solved this issue by myself. thanks