FRUITS Wallet connect flow

Third-party applications can connect to the FRUITS Web Wallet by calling the following URL:

https://fwallet.net/#/select-account?status=connect&callBack=${encodeURIComponent('https://yourdomain.com')}

After the user selects the account, the application will redirect to the following URL:

https://www.yourdomain.com/?account={FRUITS-Address}&publicKey={Publick-Key}

Last updated