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
27 stars 23 forks source link

feat(ark-contracts): verify signature #181

Closed remiroyc closed 11 months ago

remiroyc commented 11 months ago

Description

This pull request introduces a new script that generates a Keccak hash for a given order and produces a signature using a private key. The script is located in the /scripts/signature directory. Additionally, this update includes modifications to the unit tests to incorporate the new signature functionality.

What type of PR is this? (check all applicable)

Added tests?

Added to documentation?