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
Is your feature request related to a problem? Please describe.
Some functions like the once related to allowance need to be called by the user directly so we should mention how to do this with libs like ethers and web3 (one should be enough)
Describe the solution you'd like
Ideally this is just another Tab beside Solidity | Web3 | Testing | WASP CLI
The text was updated successfully, but these errors were encountered:
Both alvaragar and I used Remix when starting out. I personally find it much more intuitive compared to Hardhat, and simplier than also needing to build a frontend to use Web3/Ethers/Viem.
Documentation could provide simple instructions to:
Sign in to Remix,
Copy & Paste Magic Contracts or link github repo into File Explorer.
Compile ISCSandbox.sol under Solidity Complier
Under Deploy & Run Transactions, select "Injected Provider - Metamask" under Environment.
Type 0x1074000000000000000000000000000000000000 as the input for At Address and click the button.
Potentially provide example inputs for using Allow, getAllowance and send
Remix uses ethers or web3 in the backend anyway. For the how-tos we will not use a Remix IDE. As that is already a layer above. Remix, Metamask and so one are way better described in other tutorials imo. But this is an iterative process and we will find the best way to solve this
Is your feature request related to a problem? Please describe.
Some functions like the once related to allowance need to be called by the user directly so we should mention how to do this with libs like ethers and web3 (one should be enough)
Describe the solution you'd like
Ideally this is just another Tab beside
Solidity | Web3 | Testing | WASP CLI
The text was updated successfully, but these errors were encountered: