Wallet Integration
Example code + mini tutorial showing Portfolio and Transactional integrations with Vaults.fyi
Run the tutorial code
git clone https://github.com/WallfacerLabs/js-examples.gitgit clone https://github.com/WallfacerLabs/python-examples.gitcd js_examples/
npm installcd python_examples/
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtexport VAULTS_FYI_API_KEY="your_api_key_here"Run
npm run wallet_integrationpython wallet_integration.pyStep by step
1. SDK Initialization
2. Viewing User Balances
3. Finding Best Deposit Options
4. Generating Deposit Transactions
5. Viewing User Positions
Last updated
