Web3js -> Solidity

in solidity •  3 years ago 

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;
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!