Getting Started
Getting Started with Sender Wallet
Sender Detection
For version 1.11.7 and below
// For near chain
if (typeof window.near !== 'undefined' && window.near.isSender) {
console.log('Sender is installed!');
}Integration Examples
For version 2.0.0 and above
Integration Examples
Last updated