The Carbon DeFi SDK has several intended functionalities:
Managing Strategies
Performing Trades
Getting User and Pair Data
Collecting Liquidity Data
The SDK generates unsigned transactions, however, it does not include signing functionality by default. A code example showing how to perform this can be seen commented out in index.ts.
Last updated 7 months ago