JediBetDapp icon indicating copy to clipboard operation
JediBetDapp copied to clipboard

Ethereum dApp using truffle and react for a simple betting game

Results 2 JediBetDapp issues
Sort by recently updated
recently updated
newest added

Following the instructions from this post: https://medium.com/coinmonks/optimizing-your-solidity-contracts-gas-usage-9d65334db6c7 line 132 is throwing an error when attempting to compile the contract: ``` function checkPermissions(address sender) view private { //only the originator or...

Loading Web3, accounts, and contract... on the web page how to run it ?