CLV Documentations
CLV Website
Use CLV Chain
Download CLV Wallet
Join CLV Community
Searchโฆ
Intro to CLV
About CLV ๐
Clover Finance Rebrands to CLV
What is CLV Chain?
What is CLV Wallet?
What is $CLV Token?
๐ฃ๏ธ Progress & Roadmap
๐ฃ CLV Official Channels
๐ CLV Community Channels
Use CLV Chain
๐ Beginnerโs Guide
๐ Network Details
๐ฆ Economics
๐๐ป CLV Chain FAQ
CLV Parachain EVM Explorer
$CLV Cross-Chain Explorer
$CLV Cross-Chain Transfer
CLV Validator & Staking
What are Nominator & Validator?
Stake as a Nominator
Running a Validator or RPC Node
Staking FAQ
Use CLV Wallet
๐ฐ Download CLV Wallet
๐ฑ CLV Mobile Wallet
๐ฅ CLV Extension Wallet
๐ธ๏ธ CLV Web Wallet
CLV Chain Developer Guide
Getting Started
Using Local Node
Using Testnet
dApp Example
Test Cases
Technical Documentations
CLV EVM
Developers Incentive
CLV Accounts Binding
Virtual Ethereum Address Binding
Query Balance
Transaction Finality
Web3 Compatibility
eth_protocolVersion
eth_syncing
eth_hashrate
eth_coinbase
eth_mining
eth_chainId
eth_gasPrice
eth_accounts
eth_blockNumber
eth_getBalance
eth_getStorageAt
eth_getBlock
eth_getTransactionCount
eth_getBlockTransactionCount
eth_getBlockUncleCount
eth_getCode
eth_sendTransaction
eth_sendSignedTransaction
eth_call
eth_estimateGas
eth_getTransaction
eth_getTransactionByBlockHashAndIndex
eth_getTransactionByBlockNumberAndIndex
eth_getTransactionReceipt
eth_getUncle
eth_getLogs
eth_getWork
eth_submitWork
eth_submitHashrate
eth_subscribe
eth_unsubscribe
net_version
net_peerCount
net_listening
web3_clientVersion
web3_sha3
CLV Wallet Developer Guide
EVM dApp Integration
Substrate dApp Integration
Solana dApp Integration
Kadena dApp Integration
Web Wallet dApp Integration
dApp Interaction Protocol
Wallet Integration QA
CLV Ecosystem
๐๏ธ Ecosystem Partners
๐ฑ Incentive Programs
Assets
๐ค Glossary
๐๏ธ CLV - Polkadot Parachain Auction 2021
๐๏ธ Brand Pack
๐ Whitepaper
Powered By
GitBook
web3_sha3
Returns sha3 of the given data
1
web3.sha3(SHA3hash)
Copied!
Parameters
the data to convert into a SHA3 hash
Returns
The SHA3 result of the given string
Example
1
const sha3 = web3.sha3("0x68656c6c6f20776f726c64");
2
console.log(sha3)
3
> 0x47173285a8d7341e5e972fc677286384f802f8ef42a5ec5f03bbfa254cb01fad
Copied!
Previous
web3_clientVersion
Next - CLV Wallet Developer Guide
EVM dApp Integration
Last modified
1mo ago
Copy link