SDK for Trails
> Trails SDK for sending any token from any chain.
``bash`
npm install 0xtrails
The easiest way to integrate Trails is using our pre-built React widget:
`typescript
import { TrailsWidget } from '0xtrails/widget'
export const App = () => {
return (
)
}
`
`bashInstall dependencies
pnpm install
MIT License