Hope you guys can help me out. what's the best way to interact with a smart contract on ethereum without a website frontend ui? Ie I'm deploying a smart contract to the network and want to test interacting with it from a wallet
Mar 28, 2021, 11:35 PM
Using ethersjs
so you can write code that interacts with your contract
Mar 28, 2021, 11:37 PM
Etherscan has a feature for read/write that connects to your wallet. Probably for contracts with verified codes.
Mar 29, 2021, 12:00 AM
Thanks guys
I think I can use a node console to run web3js as well
and send read / write commands to contracts via there as well
?
Mar 29, 2021, 12:02 AM
Yes
Mar 29, 2021, 12:05 AM