XRPL network
How to integrate with D'CENT wallet for dapps on XRPL network.
Injection Method
// Injected into window on page load
window.xrpl = {
getWalletInfo: function () {
// Return wallet information
},
request: function (args) {
// [IoTrust]
// 1. Return XRPL account information
// 2. Switch XRPL networks
// 3. Handle transaction signing/submission
},
};
⚠️ Important Notes
Interface Definition
Chain ID
Network
Endpoint
Method Details
Request Method
Request Parameters for xrpl_signTransaction
xrpl_signTransactionTransction Types
Response Format
Last updated