KomodoPlatform / komodo-defi-framework

This is the official Komodo DeFi Framework repository
https://komodoplatform.com/en/docs/komodo-defi-framework/
104 stars 94 forks source link

Implement `set_price` as a part of adex-cli #1795

Closed rozhkovdmitrii closed 1 year ago

rozhkovdmitrii commented 1 year ago

Impact

The setprice method places an order on the orderbook, and it relies on this node acting as a maker, also called a Bob node. The setprice order is always considered a sell, for internal implementation convenience

Todo:

There is the command set_price in Komodo Wallet RPC API that should be provided by the adex-cli

rozhkovdmitrii commented 1 year ago

superseded by #1798