Skip to content
Advertisement

Tag: ethereum

Solidity Function Modifying Value Failing

Using Truffle Development framework (web3, react, and solidity) to test a simple smart contract. I have a basic function I am testing when I press a button on the UI, but it doesn’t seem to be working the way I’d expect it. I expect the contract to increment the value and return true. Note, that the value is later being

Advertisement