You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.
Once user is able to setup payment account (#8) and obtain BTC wallet address (#9) they can create an offer.
Add an endpoint that allows creating offer. This is one of the most critical parts of the system. User input must be thoroughly validated. The validation should happen in core so it will require some core refactoring.
Once user is able to setup payment account (#8) and obtain BTC wallet address (#9) they can create an offer.
Add an endpoint that allows creating offer. This is one of the most critical parts of the system. User input must be thoroughly validated. The validation should happen in core so it will require some core refactoring.
Initial implementation that needs to be ported is here: https://github.com/blabno/exchange/blob/api-offer/api/src/main/java/bisq/api/http/service/endpoint/OfferEndpoint.java#L109
The text was updated successfully, but these errors were encountered: