SIWX Demo
DefaultSIWX
class provided by AppKitsiwx
parameter to the createAppKit
function.
DefaultSIWX
is a scaffold implementation of the SIWX feature for quick custom integration. This option provides a set of pre-built components that allow you to have the feature up and running in no time or
you can configure the siwx
parameters expected to receive. This is what allows you to customize the feature to suit your specific requirements.
The defined interface must follow specific rules to make sure that AppKit can interact with it correctly. Read more about how to have your Custom Implementation.
@reown/appkit-siwe
, after AppKit version 1.5.0, you will be migrated into SIWX. The migration process is automatic and your siweConfig
from createAppKit
function will be mapped internally.
siweConfig
and siwx
at the same time, createAppKit
will throw an error in case this happens.You may replace siweConfig
with your own siwx
configuration manually if you would like to do so.