👛USDFC SDK
Documentation for the USDFC SDK
Overview
How It Works
Installation
# Add this to your .npmrc file
@secured-finance:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN
# Then install the individual packages
npm install @secured-finance/stablecoin-lib-ethers
npm install @secured-finance/stablecoin-lib-react
npm install @secured-finance/stablecoin-lib-baseKey Components
lib-ethers
lib-react
Basic Usage
Connecting to the Protocol
Reading Protocol State
Creating and Managing Troves
Stability Pool Operations
Redemption Operations
Liquidation Operations
Advanced Usage
React Integration
Examples
Creating a Trove and Minting USDFC
Monitoring Liquidation Risk
FAQ
How do I handle transaction errors?
How do I monitor protocol events?
What networks does the SDK support?
Related Resources
Last updated
Was this helpful?