@renegade-fi/supported-tokens
v0.0.7
Published
Example of fetching supported tokens and their prices using Renegade SDK
Keywords
Readme
Supported Tokens Example
This example demonstrates how to fetch supported tokens and their prices for the configured chain.
Setup
- Install dependencies:
pnpm install- Set up environment variables:
cp .env.example .envThen replace the values with your own API key and secret.
- Run the example:
pnpm start