Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rhino.fi/llms.txt

Use this file to discover all available pages before exploring further.

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
)