Skip to content

dobbobalina2/swwiftflo-sdk

Repository files navigation

SwiftFlo SDK

A client-side SDK that provides a seamless integration of FedCM (Federated Credential Management) with blockchain wallet management capabilities.

Installation

npm install swiftflo-sdk

Usage

import 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();

Features

  • FedCM integration for identity management
  • Blockchain wallet connection and management
  • Secure credential storage
  • TypeScript support

Development

  1. Clone the repository
  2. Install dependencies: npm install
  3. Build the project: npm run build
  4. Run tests: npm test

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors