Bridge Mode
const App = () => {
return (
<KimaProvider
projectId='your-project-id'
kimaBackendUrl="http://localhost:4000">
<KimaTransactionWidget
theme={{ colorMode: ColorModeOptions.light }}
mode={ModeOptions.bridge}
/>
</KimaProvider>
);
};


Last updated