powered by
web3_sha3 returns Keccak-256 (not the standardized SHA3-256) of the given data.
web3_sha3
web3_sha3(data)
String - Data to convert into a SHA3 hash.
Data - SHA3 result of the given string.
Other web3 functions: gethr, web3_clientVersion
gethr
web3_clientVersion
# NOT RUN { web3_sha3('hello') # } # NOT RUN { # }
Run the code above in your browser using DataLab