Connect
Connect to Fewcha Wallet
await window.fewcha.connect();{
"method": "connect",
"status": 200,
"data": {
"address": "0x...",
"publicKey": "0x..."
}
}Disconnecting
await window.fewcha.disconnect();Last updated