Saros Super App
Integrate Saros Super App easily through our developer guide down here
Solana DApps Integration
The easiest way to detect to Saros Wallet
if(window.saros){
console.log('Saros Extension is installed!');
}function getProvider() {
const provider = window.saros;
if (!provider) {
return window.open('');
}
return provider;
}To connect Saros Extension Wallet
To disconnect Saros Extension Wallet
To experience functions
Get Current Account
Check wallet whether exists or not
Sign Transaction
Signing and Sending Multiple Transactions
Verify Signature
To handle events
List of events
Last updated