Initialize ProticoAuthCore
Last updated
Last updated
To initialize your supported providers, start by initializing ProticoAuthCore
:
chainId
EVM Chain ID (0x1 for Ethereum Mainnet)
No
enableLogging
Show SDK logs
Yes Default : false
adaptersConfig
Enable and configure different Web3 providers
Yes
You can initialize several Web3 providers to propose different login methods to your users. You will decide which one is used later on, at the time of login.
Read the following sections for implementation details for , , and .