Build the future of Web3 with our comprehensive APIs and SDKs
Full-featured RESTful API for wallet operations, transactions, and account management.
View Documentation →Easy-to-use JavaScript library for integrating QFS Ledger into your web applications.
Get Started →Test your integrations in a safe environment before going live.
Access Sandbox →// Install the SDK
npm install @qfs-ledger/sdk
// Initialize
import { QFSLedger } from '@qfs-ledger/sdk';
const ledger = new QFSLedger({
apiKey: 'your-api-key'
});
// Connect wallet
await ledger.connect();