ArkProjectNFTs / ark-project

ArkProject is a liquidity layer for digital assets, uniting markets, empowering creators, and bridging the gap to mass adoption. Built on top of Starknet, ArkProject is designed to provide a fully decentralized and trustless orderbook on-chain.
https://arkproject.dev
Apache License 2.0
25 stars 8 forks source link

Support auction in the SDK #264

Closed kwiss closed 4 weeks ago

kwiss commented 6 months ago

Is this feature related to a problem? Please describe.

Currently, our orderbook implementation supports auction orders. However, there is a limitation as the core and React SDK only support offer and listing types. This gap in functionality is a problem because it restricts our ability to fully utilize auctions in our system.

Describe the solution you'd like

The ideal solution would be to extend support in both the core and React SDK to include auction types, alongside the existing offer and listing types. This would allow for a more comprehensive and functional integration of auction orders within our system.

Alternative solutions

As an alternative, we could consider developing a separate module or plugin specifically for auction orders. However, this might lead to increased complexity and maintenance overhead, which is why integrating this functionality directly into the core and React SDK is preferred.

princeibs commented 3 months ago

Hi @kwiss, can I proceed with this?