DefaultSIWX
class provided by AppKitsiwx
parameter to the createAppKit
function.
DefaultSIWX
is a scaffold implementation of the SIWX feature for quick custom integration. It offers pre-built components to get the feature running quickly with some custom adjustments.
Additionally, the expected ` parameters can be configured to allow customization of 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.