若要使用 Siwe-java 函式庫實作 Wallet Connect 驗證,請依照下列步驟操作:
在您的 pom.xml 檔案中,加入以下依賴項:
com.moonstoneid siwe-java 1.0.6
String message = "example.com wants you to sign in with your Ethereum account:\n" "0xAd472fbB6781BbBDfC4Efea378ed428083541748\n\n" "Sign in to use the app.\n\n" "URI: https://example.com\n" "Version: 1\n" "Chain ID: 1\n" "Nonce: EnZ3CLrm6ap78uiNE0MU\n" "Issued At: 2022-06-17T22:29:40.065529400 02:00"; String signature = "0x2ce1f57908b3d1cfece352a90cec9beab0452829a0bf741d26016d60676d63" "807b5080b4cc387edbe741203387ef0b8a6e79743f636512cc48c80cbb12ffa8261b"; try { // Parse the Siwe message SiweMessage siwe = new SiweMessage.Parser().parse(message); // Verify the Siwe message signature siwe.verify("example.com", "EnZ3CLrm6ap78uiNE0MU", signature); } catch (SiweException e) { // Handle the exception }
使用Siwe-java函式庫大幅簡化了Wallet Connect驗證邏輯。該程式庫實現了EIP-4361標準,提供了建立、解析和驗證Siwe訊息的方法,幫助開發人員快速整合Wallet Connect功能。
這正是Embed.ws在Java服務中完成登入錢包測試的方法。大家可以嘗試一下。
免責聲明: 提供的所有資源部分來自互聯網,如果有侵犯您的版權或其他權益,請說明詳細緣由並提供版權或權益證明然後發到郵箱:[email protected] 我們會在第一時間內為您處理。
Copyright© 2022 湘ICP备2022001581号-3