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

ArkOrderbook smart contract : Implement asset ownership verification #290

Closed ybensacq closed 4 months ago

ybensacq commented 5 months ago

Is this feature related to a problem? Please describe. The main goal is to ensure the verification of asset ownership before sending transaction to L2. If the ownership verification is successful, the message will be sent accordingly. However, if the verification fails, the state of the smart contract will be updated to "placed".

Describe the solution you'd like We need to update this method verify_tx_for_starknet in solis crate.