Fog
Fog copied to clipboard
Pharo Ethereum Driver
Results
1
Fog issues
Sort by
recently updated
recently updated
newest added
run ``` conn := (FogConnection currentOn: 'http://localhost:8545') currentConnection. conn web3 sha3_256: 'test'. ``` This will work in 32-bit Pharo but fails in 64-bit. As long as it's the very core...