Links

Web3.js Integration (Solana)

Blocto injects web3 provider to web context so dApps can interact with blockchain

Injection

Blocto injects web3 provider to web context as window.solana starting from version 2.9.0 on Android/iOS. To detect Blocto specifically, there is a isBlocto flag.
console.log(window.solana.isBlocto);
// prints True