A client-side SDK that provides a seamless integration of FedCM (Federated Credential Management) with blockchain wallet management capabilities.
npm install swiftflo-sdkimport SwiftFloSDK from 'swiftflo-sdk';
const sdk = SwiftFloSDK.getInstance();
// Initialize FedCM
await sdk.initializeFedCM();
// Connect wallet
await sdk.connectWallet();
// Get user information
const userInfo = await sdk.getUserInfo();- FedCM integration for identity management
- Blockchain wallet connection and management
- Secure credential storage
- TypeScript support
- Clone the repository
- Install dependencies:
npm install - Build the project:
npm run build - Run tests:
npm test
MIT