Web3js -> Solidity
When integrating with the Ethereum blockchain network using web3js, we have 2 methods to interact with smart contract methods.
- call( ): for methods that do not change the state of the contract;
- send( ): for methods that change the state of the contract;