mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
- Use correct Testnet faucet address - Comment that API requests have to wait for the socket to be connected - Add example file with combined examples
11 lines
228 B
HTML
11 lines
228 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<script type="application/javascript" src="monitor-payments.js"></script>
|
|
</head>
|
|
<body>
|
|
<p>(Open your browser's console with F12 and check the logs.)</p>
|
|
</body>
|
|
</html>
|