My big focus the last few weeks (whenever I get the chance to code on mutiny during holidays) has been mutiny user to mutiny user connections in our wallet.
IE, a mobile user connecting and opening channel to another mobile user. I see why no apps allow that lol. But I've got all the main cases handled, I just have to clean up code and test edge cases. This'll be an important functionality for many other p2p features in the future, like DLCs.
i want more apps themed like mutiny
reply
Shipped it! (without cleaning the code, I got forced into merging early :( )
We have a new URL for testnet if people want to play with it.
reply
Interesting, can you share any details about how Mutiny users might make use of DLCs in the future?
reply
Yeah we want to support two main use cases (but in theory there's many more, Ben is the expert in DLCs not me haha).
  1. Betting (users betting with each other on generic things that an oracle can confirm, like sports)
  2. CFDs to try to represent longing / shorting BTC as a fiat denominated representation of their sats.
So we want users to be able to do this among themselves, so again need p2p connection functionality. Possible long term future against us as a service offering or order book.
reply