comit-network / ambrosia

UI for trading in the COMIT network
Apache License 2.0
4 stars 3 forks source link

Add postman collection+environement to help simulate a maker creating orders #31

Closed da-kami closed 4 years ago

da-kami commented 4 years ago

Nice to have to be able to create orders as maker and see how cnd's order API works. Note that the collection is optimized to be able to just click through - automatically set from responses are: maker-addresses (for dialing from taker to maker) order-id and swap-id. The only thing that has to be configured is the ports when starting a new environment.

@bonomat I changed the dial to be from taker to maker and it works :)

Once taker and maker are working properly together and cnd is stably released we can consider removing them again.

bonomat commented 4 years ago

Ignore my comment😅