Skip to content

Commit

Permalink
Merge pull request #54 from tkey/move-tkey-examples
Browse files Browse the repository at this point in the history
Move tkey examples
  • Loading branch information
shahbaz17 authored Apr 9, 2024
2 parents 5ef0c4a + 1467b6e commit b7f98fe
Show file tree
Hide file tree
Showing 560 changed files with 188,228 additions and 19 deletions.
65 changes: 54 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Web3Auth - MPC Examples
# Web3Auth tKey - MPC and SSS Examples

[Web3Auth](https://web3auth.io) is a plugable auth infrastructure for Web3 wallets and applications. It streamlines the
onboarding of both mainstream and crypto native users under a minute by providing experiences that they're most
[Web3Auth](https://web3auth.io) is a pluggable auth infrastructure for Web3 wallets and applications. It streamlines the
onboarding of both mainstream and crypto native users in under a minute by providing experiences that they're most
comfortable with.

With support for all social logins, web & mobile native platforms, wallets and other key management methods, Web3Auth
Expand All @@ -18,15 +18,58 @@ results in a standard cryptographic key provider specific to the user and applic

## Examples

## Web3Auth MPC SDK Examples
## Web3Auth tKey MPC SDK Examples

### Web: tKey JS - MPC
### Web: tKey MPC Web

| SDK | Lang Framework | Directory |
| :---------------------------- | :------------- | :--------------------------------------------------------------------- |
| `tKey` - MPC PopUp FLow | `REACT` | [MPC PopUp Example](/tkey-mpc-web/tkey-mpc-react-popup-example/) |
| `tKey` - MPC Firebase Example | `REACT` | [MPC Firebase Example](/tkey-mpc-web/tkey-mpc-react-firebase-example/) |
| `tKey` - MPC Bitcoin Example | `REACT` | [MPC Bitcoin Example](/tkey-mpc-web/tkey-mpc-react-bitcoin-example/) |
| SDK | Directory |
| :----------- | :----------------------------------------------------------- |
| `tKey - MPC` | [Bitcoin](/tkey-mpc-web/tkey-mpc-react-bitcoin-example/) |
| `tKey - MPC` | [Firebase](/tkey-mpc-web/tkey-mpc-react-firebase-example/) |
| `tKey - MPC` | [PopUp Example](/tkey-mpc-web/tkey-mpc-react-popup-example/) |

### Swift: tKey MPC Swift/iOS

| SDK | Directory |
| :----------------- | :---------------------------------------- |
| `tKey - MPC Swift` | [tKey MPC iOS QuickStart](/tkey-mpc-ios/) |

## Web3Auth tKey SSS SDK Examples

### Web: tKey Web (SSS)

| SDK | Directory |
| :------------------------- | :--------------------------------------------------------------------- |
| `tKey - SSS Angular` | [QuickStart Angular](/tkey-web/quick-starts/tkey-angular-quick-start/) |
| `tKey - SSS Next.js` | [QuickStart Next.js](/tkey-web/quick-starts/tkey-nextjs-quick-start/) |
| `tKey - SSS React` | [QuickStart React](/tkey-web/quick-starts/tkey-react-quick-start/) |
| `tKey - SSS Vue` | [QuickStart Vue.js](/tkey-web/quick-starts/tkey-vue-quick-start/) |
| `tKey - SSS PopUp Flow` | [QuickStart Vue.js](/tkey-web/tkey-popup-flow-example/) |
| `tKey - SSS Redirect Flow` | [QuickStart Vue.js](/tkey-web/tkey-redirect-flow-example/) |

### Swift: tKey Swift/iOS (SSS)

| SDK | Directory |
| :----------------- | :-------------------------------------------------------------------------------- |
| `tKey - SSS Swift` | [tKey iOS QuickStart SSS](/tkey-ios/tkey-ios-quick-start/) |
| `tKey - SSS Swift` | [tKey iOS Firebase SSS](/tkey-ios/tkey-ios-firebase-example/) |
| `tKey - SSS Swift` | [tKey iOS Auth0 SSS](/tkey-ios/tkey-ios-auth0-example/) |
| `tKey - SSS Swift` | [tKey iOS Aggregate Verifier SSS](/tkey-ios/tkey-ios-aggregate-verifier-example/) |

### Android: tKey Android (SSS)

| SDK | Directory |
| :------------------- | :----------------------------------------------------------------------------- |
| `tKey - SSS Android` | [tKey Android QuickStart SSS](/tkey-android/tkey-android-quick-start/) |
| `tKey - SSS Android` | [tKey Android SFA QuickStart SSS](/tkey-android/tkey-android-sfa-quick-start/) |
| `tKey - SSS Android` | [tKey Android Auth0 SSS](/tkey-android/tkey-android-auth0-example/) |

### React Native: tKey React Native (SSS)

| SDK | Directory |
| :------------------------ | :------------------------------------------------------------------------------------ |
| `tKey - SSS React Native` | [tKey React Native QuickStart SSS](/tkey-react-native/tkey-react-native-quick-start/) |
| `tKey - SSS React Native` | [tKey React Native Expo Auth0 SSS](/tkey-react-native/tkey-rn-expo-auth0-example/) |

## Questions

Expand All @@ -35,4 +78,4 @@ Ask us on our [Community Forum](https://community.web3auth.io) or reach out to o

## License

[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](/LICENSE)
[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](/LICENSE)
Loading

0 comments on commit b7f98fe

Please sign in to comment.