-
After a conversation in #2931, I set out to get an IANA-registered port number for XRP Ledger to user. Working together with @JoelKatz, I'm happy to announce that we now have port **2459**, which shal…
-
I volunteer to write a tutorial for minting NFTs on the XRP Ledger. This will follow a very similar structure and process as the [Polygon tutorial](https://nftschool.dev/tutorial/mint-nftstorage-polyg…
-
My hosts are all experiencing the same issue, after a reboot they are active for only one heartbeat then they go inactive.
Upgraded them to 0.9.0 with same results.
I've also tried a transfer …
-
How can or should a Blockcert indicate an ILP Interledger Protocol address or a Payment Pointer?
- Interledger works with any type of traditional ledger or distributed ledger technology (DLT; block…
-
send xrp always get error:
```
let tx = {
Fee: xrpMAP.tx_cost,
TransactionType: 'Payment',
Account: fromAddress,
Amount: xrpl.xrpToDrops(amtXRP),
Desti…
-
## Summary
Normally, when the network overloads in terms of transactions/traffic, the minimum transaction fee will rise to limit the load.
Creating a minimum transaction fee threshold could be a s…
-
The ripple 1.1.0 stop sync and the logs shows followed error:
2018-Nov-01 04:34:48.774969499 Validations:WRN Unable to determine hash of ancestor seq=42640542 from ledger hash=FB5821F5BF23124CB7F7C…
-
Separating this out into it's own ticket, regarding @msporny's comment here: https://github.com/w3c-dvcg/lds-merkle-proof-2019/issues/1#issuecomment-546074966
I've went ahead and drew up some Blink…
ghost updated
4 years ago
-
## Summary
Allow the usage of other authorized tokens (Tokens) to pay for transaction fees _(USD, EUR, CNY, MYR / BTC, ETH)_.
```
Authorized Token:
A token issued by a trusted organization, wi…
-
Hello,
I am using the XRP Client library and providing the 'type' property as a filter. It seems to be ignored though. Here is my code:
```js
const xrpl = require('xrpl');
const api = new xrpl…