-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from okto-hq/react-structure
update: about okto and sdk
- Loading branch information
Showing
14 changed files
with
718 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,74 @@ | ||
--- | ||
title: Feature Support | ||
description: Learn about the Okto SDK and how it simplifies blockchain interactions for both developers and users. | ||
full: false | ||
--- | ||
|
||
Okto provides a seamless and secure way to integrate blockchain functionality into your applications. The Okto SDK enables developers to onboard users, manage wallets, interact with multiple chains, and facilitate smooth crypto transactions. | ||
|
||
--- | ||
|
||
## SDK Support | ||
|
||
Okto offers multiple SDKs to support different platforms: | ||
|
||
- [**TypeScript**](/docs/typescript-sdk) – A TypeScript SDK for building Web3 applications. | ||
- [**React**](/docs/react-sdk) – A React library for integrating Okto into web applications. | ||
- [**React Native**](/docs/react-native-sdk) – A React Native SDK for mobile applications. | ||
- [**Flutter**](/docs/flutter-sdk) – A Swift SDK for iOS applications. | ||
- [**Unity**](/docs/unity-sdk) – A Unity SDK for blockchain-based gaming apps. | ||
|
||
The Okto SDK supports multiple chains like **EVM, Solana and Aptos** , enabling seamless cross-chain interactions. | ||
|
||
--- | ||
|
||
## Feature Matrix | ||
|
||
Check out the matrix below to determine which features are supported in each Okto SDK. | ||
|
||
### Authentication | ||
|
||
| Feature | Typescript | React | React Native | Flutter | Unity | | ||
| --------------------- | ---------- | ----- | ------------ | ------- | ----- | | ||
| Email | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| SMS | ✅ | ✅ | ✅ | ✅ | | | ||
| Google OAuth | ✅ | ✅ | ✅ | ✅ | | | ||
| Telegram | ✅ | | | | | | ||
| Custom Authentication | ✅ | ✅ | ✅ | ✅ | | | ||
| Passkeys | ✅ | ✅ | | | | | ||
|
||
### Okto Smart Wallets | ||
|
||
| Feature | Typescript | React | React Native | Flutter | Unity | | ||
| ------------------------- | ---------- | ----- | ------------ | ------- | ----- | | ||
| Automatic Wallet Creation | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| Embedded Wallets | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| Signing Transactions | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| Broadcasting Transactions | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| Transaction MFA | ✅ | ✅ | ✅ | ✅ | | | ||
| Wallet Key Export | ✅ | ✅ | ✅ | ✅ | | | ||
| HD Wallets | ✅ | ✅ | ✅ | ✅ | | | ||
|
||
### Custom Blockchain Support | ||
|
||
| Feature | Typescript | React | React Native | Flutter | Unity | | ||
| --------------------------- | ---------- | ----- | ------------ | ------- | ----- | | ||
| Custom EVM Chain Support | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| Custom Solana Chain Support | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
|
||
### Connectors | ||
|
||
| Feature | Typescript | React | React Native | Flutter | Unity | | ||
| ------------------------------------------------ | ---------- | ----- | ------------ | ------- | ----- | | ||
| External Wallets (MetaMask, WalletConnect, etc.) | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| Wagmi | ✅ | | | | | | ||
| Viem | ✅ | | | | | | ||
| Ethers.js | ✅ | | | | | | ||
| @solana/web3.js | ✅ | | | | | | ||
|
||
### Funding & Payments | ||
|
||
| Feature | Typescript | React | React Native | Flutter | Unity | | ||
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- | ------------ | ------- | ----- | | ||
| Transfer from Wallet | <img src="https://cdn3.emoji.gg/emojis/7187-solana.png" className='not-prose' style={{display: 'inline'}} width="20px" height="20px" alt="Solana" /> <img src="https://cdn3.emoji.gg/emojis/3031-ethereum.png" className='not-prose' style={{display: 'inline'}} width="20px" height="20px" alt="Ethereum" /> | ✅ | ✅ | ✅ | ✅ | | ||
| Transfer from Exchange | ✅ | ✅ | ✅ | ✅ | | | ||
| Pay with Card | ✅ | ✅ | ✅ | ✅ | | |
Oops, something went wrong.