0xtrails
v0.8.5
Published
SDK for Trails
Downloads
3,458
Readme
0xtrails
Trails SDK for sending any token from any chain.
Installation
npm install 0xtrailsUsage
React Widget Component
The easiest way to integrate Trails is using our pre-built React widget:
import { TrailsWidget } from '0xtrails/widget'
export const App = () => {
return (
<TrailsWidget />
)
}Development
# Install dependencies
pnpm install
# Build the package
pnpm run build
# Run tests
pnpm testLicense
MIT License
