An open API service indexing awesome lists of open source software.

https://github.com/blocto/blocto-sdk-examples


https://github.com/blocto/blocto-sdk-examples

Last synced: 6 months ago
JSON representation

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))