Scaffold-Stark / scaffold-stark-2

Open source forkable Starknet dev stack
https://www.scaffoldstark.com
64 stars 87 forks source link

Parse signed integers #343

Open metalboyrick opened 2 weeks ago

metalboyrick commented 2 weeks ago

Issue Overview

Starknet.js currently does not have any parsing ability for signed integers, we might need to implement our own parsers to process them.

Proposed Solutions or Ideas

refer these resources for information on how to do:

metalboyrick commented 2 weeks ago

will wait for starknet.js implementation