Current useScaffoldContract contract can only support read operations but not write with extension wallets. We want full functionality of the Contract instance of starknet.js
Proposed Solutions or Ideas
Override call function of the contract instance with parseResponse as false (note that this only works on Bravoos). Argent method TBD
Hey @adrianvrj!
Thanks for showing interest.
We've created an application for you to contribute to Speedrun & Scaffold Stark.
Go check it out on OnlyDust!
Issue Overview
Current
useScaffoldContract
contract can only support read operations but not write with extension wallets. We want full functionality of theContract
instance ofstarknet.js
Proposed Solutions or Ideas
call
function of the contract instance withparseResponse
asfalse
(note that this only works on Bravoos). Argent method TBD