Embeddable event ticketing widget for wallet providers and platforms.
Add this script to your HTML:
<script src="https://uat-widget.flowevx.com/flowevx-widget.js"></script>Initialize the widget:
<div id="events"></div> <script> FlowEVX.init({ apiKey: 'your-api-key', apiUrl: 'https://uat-api.flowevx.com/api/integration/v1', containerId: 'events', user: { externalUserId: 'user123', name: 'John Doe', email: 'john@example.com' } }); </script>