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.
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.
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)
feat:
)Added tests?
Added to documentation?