Blocto
About portto
Blog
Search…
📣
Introduction
Give Feedback
Blocto
Overview
Web3.js Integration (Ethereum / BSC / Polygon / Avalanche / Tron)
Web3.js Integration (Solana)
Deep Linking
Push Notification
Rewards
Token Listing
BLOCTO SDK
Overview
Register App ID
Javascript SDK
Android SDK
Prerequest
Solana
Getting Started
Connect to Blocto wallet
Send Transaction
Ethereum / BSC / Polygon / Avalanche
iOS SDK
Technical Documents
Contract Wallet
Key Management
Community
Discord
Twitter
Facebook
Powered By
GitBook
Getting Started
Installation
Add the dependency below to your module's
build.gradle
file
1
dependencies
{
2
implementation
"com.portto.sdk:solana:
$
bloctoSdkVersion
"
3
}
Copied!
Usage
Initialize Blocto SDK
1
BloctoSDK
.
init
(
2
appId
=
"YOUR_APP_ID"
,
// required
3
debug
=
true
// optional (default is false)
4
)
Copied!
debug
: Specify the cluster.
true
for
mainnet-beta
and
false
for
devnet
. Default is
false
.
Previous
Solana
Next
Connect to Blocto wallet
Last modified
27d ago
Copy link
Contents
Installation
Usage