Announcing Solana Support: The First Social-Native Multichain SDK

Kiroro SDK Goes Multichain with Solana ☀️
We are thrilled to announce the release of Kiroro SDK v2.0, featuring full support for the Solana blockchain. This marks a major milestone in our mission to build the social layer of Web3, enabling developers to create dApps that transcend ecosystem boundaries.
Why Solana?
Solana's high throughput and low fees make it the perfect home for social applications. However, user onboarding has historically been fragmented between EVM and SVM chains.
With Kiroro SDK v2.0, that friction is gone.
Unified Identity
Your users can now log in with their Threads account and instantly get:
- A secure request-signer for Ethereum/Base/Arbitrum.
- A native Solana wallet.
All tied to the same social identity.
How it Works
Integrating Solana support is as simple as updating your SDK and using the new useKiroroSolana hook:
import { useKiroroSolana } from "@kirorolabs/sdk";
function App() {
const { connect, sendTransaction, walletAddress } = useKiroroSolana();
// ... build your UI
}
What's Next?
We are rolling out support for compressed NFTs (cNFTs) and specialized social primitives on Solana in the coming weeks. Stay tuned!
Read the Docs to get started today.