how to call smart contract method from web3.js using java script

255 views Asked by At

A smart contract method has already been deployed and I want to call a method using javascript. How can I do that?

contractABI = ABI json;
contractAddress = ('my addess');`
0

There are 0 answers