sushiswap / shoyu

Shoyu contracts
https://shoyunft.com
MIT License
168 stars 126 forks source link

Posting ask orders directly on-chain #61

Open georgeroman opened 2 years ago

georgeroman commented 2 years ago

According to the README (eg. https://github.com/sushiswap/shoyu#21-on-chain--off-chain-orderbook), the exchange supports posting sell orders directly on-chain. However, looking over the contracts I can't find any method that would allow contracts (which are not EIP1271 compliant) to post sell orders. Is this something that will get added some time in the future?