mostro
mostro copied to clipboard
Lightning Network peer-to-peer exchange platform on Nostr
Question
About this: sequenceDiagram autonumber Seller->>Mostro: I want to sell Bitcoin Mostro-->>LN-Node: Give me a hold invoice LN-Node->>Mostro: Hold invoice Mostro->>Seller: Please pay this hold invoice Seller->>LN-Node: Paying through lightning LN-Node-->>Mostro:...
To add extra security to users when they open a dispute and prevent malicious users from writing to them pretending to be admin, it would be good if mostro gave...
The Mostro I'm running is in Regtest, but in the events 38383 that it publishes it shows: ``` [ "network", "mainnet" ] ``` An improvement could be that the correct...
In order to keep Mostro secure, we need to migrate to a well maintained library, after research about the options we have I am leaning towards [tonic_lnd](https://github.com/Kixunil/tonic_lnd) which is the...
A user can take a sell order multiple times while in status `waiting-buyer-invoice` ; each time they do so, a new event 38383 will be published. If they take a...
If a solver takes a dispute and then the admin of that Mostro takes it over, when the solver tries to resolve the dispute (cancel or settle), Mostro will say...
Update README.md to have instructions for Mac using brew
fix #349 Now when someone takes an order Mostro will first check the status of the order and then if it has a range it will check the quantity that...
When someone tries to take a range order that is not `pending`, if they do not put the amount in the range, Mostro returns `OutOfRangeFiatAmount`, but then if they put...