Fork of [starkweb](https://github.com/NethermindEth/starkweb) adding support for starknet-ponder indexer.
npm install starkweb2Fork of starkweb adding support for starknet-ponder indexer.
- Support for signed integer types (i8, i16, i32, i64, i128)
- Support for all Starknet integer types (u8, u16, u32, u64, u128)
- Improved struct and type parsing in decoder
- Fixed u256/u512 output types
``bash``
npm install starkweb2
Same API as starkweb - see https://github.com/NethermindEth/starkweb.