Developer Playground

Interactive components, code generators, and integration snippets for the Relay Bridge SDK

Components & Hooks

Bridge Widget

import { BridgeWidget } from 'relay-bridge-sdk/components';

function App() {
  return (
    <BridgeWidget
      onSuccess={(txHash) => {
        console.log('Bridge complete:', txHash);
      }}
      onError={(error) => {
        console.error('Bridge failed:', error);
      }}
    />
  );
}

Live Preview

Loading chains...

Ready to Ship?

Get the full documentation and start building production-ready integrations.