You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 TBDThe text was updated successfully, but these errors were encountered: