Get Started
SDK
- Quickstart
- Concepts
- Bridge functions
- Token Prices
- Bridge API
- Chain Adapters
- Introduction
- Custom chain adapters
- Included chain adapters
Widget
Smart Contracts
General information
Included chain adapters
Tron
To create a chain adapter for Tron you will need to pass a TronWeb instance.
import { getTronChainAdapter } from '@rhino.fi/sdk/adapters/tron'
const chainAdapter = getTronChainAdapter(
tronWeb,
chainConfig
)
Assistant
Responses are generated using AI and may contain mistakes.