Skip to content Skip to sidebar Skip to footer
Showing posts with the label Solidity

How To Get Ethers.js Response Data

Solidity: function ping() public view returns ( uint ) { return 999999999; } function ping2() p… Read more How To Get Ethers.js Response Data

Function Error With My Solidity Map(int,string) While Using Javascript To Return Values To Html.

I can't get my labels to update with a JavaScript function call to my Solidity smart contract f… Read more Function Error With My Solidity Map(int,string) While Using Javascript To Return Values To Html.