https://github.com/blocto/blocto-sdk-examples
https://github.com/blocto/blocto-sdk-examples
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blocto/blocto-sdk-examples
- Owner: blocto
- License: apache-2.0
- Created: 2023-11-21T07:26:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T16:36:35.000Z (over 1 year ago)
- Last Synced: 2025-04-05T22:11:33.608Z (9 months ago)
- Language: TypeScript
- Size: 2.76 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blocto-sdk-examples
Catalogue of various dapp examples implementing Blocto's **SDK and Connector**. Each example is accompanied by its respective README, providing additional instructions and explanations.
### Blocto SDK
**Ethereum:**
- [Connect / Disconnect](https://github.com/blocto/blocto-sdk-examples/tree/main/src/evm/with-blocto-connect) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/evm/with-blocto-connect))
- [Sign Message](https://github.com/blocto/blocto-sdk-examples/tree/main/src/evm/with-blocto-sign) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/evm/with-blocto-sign))
- [Verify Signature](https://github.com/blocto/blocto-sdk-examples/tree/main/src/evm/with-blocto-verify-sign) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/evm/with-blocto-verify-sign))
- [Switch Ethereum Chain](https://github.com/blocto/blocto-sdk-examples/tree/main/src/evm/with-blocto-switch-chain) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/evm/with-blocto-switch-chain))
- [Batch Transaction](https://github.com/blocto/blocto-sdk-examples/tree/main/src/evm/with-blocto-batch-transaction) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/evm/with-blocto-batch-transaction))
- [Send ERC-4337 UserOperation](https://github.com/blocto/blocto-sdk-examples/tree/main/src/evm/with-blocto-send-useroperation) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/evm/with-blocto-send-useroperation))
**Aptos:**
- [Sign Message](https://github.com/blocto/blocto-sdk-examples/tree/main/src/aptos/with-blocto-sign) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/aptos/with-blocto-sign))
### Blocto Connector
**Ethereum:**
- [Web3-React](https://github.com/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-web3-react-next) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-web3-react-next))
- [RainbowKit](https://github.com/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-rainbowkit) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-rainbowkit))
- [RainbowKit(v1)](https://github.com/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-rainbowkit) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-rainbowkit-v1))
- [RainbowKit(v1) - Custom Authentication](https://github.com/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-rainbowkit-custom-authentication) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-rainbowkit-custom-authentication))
- [Web3Modal](https://github.com/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-web3modal) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-web3modal))
- [Web3-Onboard](https://github.com/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-web3onboard) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-web3onboard))
- [Web3-Onboard - Vanilla](https://github.com/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-web3onboard-vanilla) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-web3onboard-vanilla))
- [Dynamic](https://github.com/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-dynamic) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-dynamic))
- [thirdweb](https://github.com/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-thirdweb) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-thirdweb))
- [ConnectKit](https://github.com/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-connectkit) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-connectkit))
- [Wagmi](https://github.com/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-wagmi) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-wagmi))
- [Wagmi v1](https://github.com/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-wagmi-v1) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-wagmi-v1))
**Aptos:**
- [Wallet Adapter](https://github.com/blocto/blocto-sdk-examples/tree/main/src/adapter/aptos/with-aptos-adapter) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/adapter/aptos/with-aptos-adapter))
### others
**Ethereum:**
- [Web3.js-plugin-EIP4337](https://github.com/blocto/blocto-sdk-examples/tree/main/src/others/with-web3js-4337) ([Demo](https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/others/with-web3js-4337))