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
Whitelist Assets on Clover P-Chain
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:
window.clover_solana = {
isCloverWallet: true,
getAccount: async() => {...}
signTransaction: async (paload) => {...}
}
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
2mo ago
Copy link
Outline
dApp Development Documents
RPC document
Wallet Adapter API (lib for communicating with web wallet or extension)
Web3 JS (create transactions in frontend)