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 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
Solana dApp Integration
Once CLV extension wallet is installed, it will inject the following to window object:
1
window.clover_solana = {
2
isCloverWallet: true,
3
getAccount: async() => {...}
4
signTransaction: async (paload) => {...}
5
}
Copied!
dApps can use the above injected object to integrate with CLV extension wallet.
dApp Development Documents
RPC document
https://docs.solana.com/
Wallet Adapter API (lib for communicating with web wallet or extension)
GitHub - project-serum/sol-wallet-adapter
GitHub
Web3 JS (create transactions in frontend)
GitHub - solana-labs/solana-web3.js: Solana JavaScript SDK
GitHub
CLV Wallet Developer Guide - Previous
Substrate dApp Integration
Next - CLV Wallet Developer Guide
Kadena dApp Integration
Last modified
5d ago
Copy link
Contents
dApp Development Documents
RPC document
Wallet Adapter API (lib for communicating with web wallet or extension)
Web3 JS (create transactions in frontend)