-
Notifications
You must be signed in to change notification settings - Fork 1k
/
redirects.yaml
4562 lines (4561 loc) · 157 KB
/
redirects.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
/docs/concepts/xrpl-sidechains/price-oracles/:
to: /docs/concepts/decentralized-storage/price-oracles/
type: 301
/docs/concepts/accounts/decentralized-identifiers/:
to: /docs/concepts/decentralized-storage/decentralized-identifiers/
type: 301
/docs/tutorials/javascript/trade-on-ledger/:
to: /docs/tutorials/javascript/amm/
type: 301
/docs/tutorials/javascript/trade-on-ledger/earn-passive-income-as-a-liquidity-provider:
to: /docs/tutorials/javascript/amm/add-assets-to-amm
type: 301
/docs/tutorials/javascript/trade-on-ledger/use-amm-auction-slot-for-lower-fees:
to: /docs/tutorials/javascript/amm/trade-with-auction-slot
type: 301
/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/look-up-checks-by-recipient:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-checks/look-up-checks
type: 301
/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/look-up-checks-by-sender:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-checks/look-up-checks
type: 301
/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/use-checks:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-checks
type: 301
/docs/references/protocol/transactions/transaction-results/transaction-results:
to: /docs/references/protocol/transactions/transaction-results
type: 301
xrp-ledger-rpc-tool.html:
to: /resources/dev-tools/rpc-tool
type: 301
xrp-ledger-toml-checker.html:
to: /resources/dev-tools/xrp-ledger-toml-checker
type: 301
domain-verification-checker.html:
to: /resources/dev-tools/domain-verification-checker
type: 301
websocket-api-tool.html:
to: /resources/dev-tools/websocket-api-tool
type: 301
xrp-testnet-faucet.html:
to: /resources/dev-tools/xrp-faucets
type: 301
xrp-test-net-faucet.html:
to: /resources/dev-tools/xrp-faucets
type: 301
tx-sender.html:
to: /resources/dev-tools/tx-sender
type: 301
index.html:
to: /
type: 301
uses.html:
to: /about/uses
type: 301
docs.html:
to: /docs/
type: 301
tutorials.html:
to: /docs/tutorials/
type: 301
xrp-ledger-overview.html:
to: /about/
type: 301
xrp-overview.html:
to: /about/xrp
type: 301
overview.html:
to: /about/
type: 301
history.html:
to: /about/history
type: 301
impact.html:
to: /about/impact
type: 301
carbon-calculator.html:
to: /about/impact
type: 301
contribute.html:
to: /community
type: 301
events.html:
to: /community/events
type: 301
ambassadors.html:
to: /community/ambassadors
type: 301
developer-funding.html:
to: /community/developer-funding
type: 301
code-samples.html:
to: /resources/code-samples
type: 301
dev-tools.html:
to: /resources/dev-tools/
type: 301
dev-tools-dev-tools.html:
to: /resources/dev-tools/
type: 301
validator-domain-verifier.html:
to: /resources/dev-tools/domain-verifier/
type: 301
docs-index.html:
to: /docs/
type: 301
explore.html:
to: /about/
type: 301
wallet.html:
to: /about/xrp
type: 301
exchanges.html:
to: /about/xrp
type: 301
businesses.html:
to: /about/uses
type: 301
ripple-txt-validator.html:
to: /resources/dev-tools/xrp-ledger-toml-checker
type: 301
production-readiness.html:
to: /docs/tutorials
type: 301
get-started.html:
to: /docs/tutorials
type: 301
run-rippled-as-a-wallet-server.html:
to: /docs/infrastructure/configuration/server-modes/run-rippled-as-a-stock-server
type: 301
faq.html:
to: /faq
type: 301
privacy-policy.html:
to: /about/privacy-policy
type: 301
privacy-policy/:
to: /about/privacy-policy
type: 301
technical-faq.html:
to: /faq
type: 301
introduction.html:
to: /docs/introduction/
type: 301
what-is-the-xrp-ledger.html:
to: /docs/introduction/what-is-the-xrp-ledger
type: 301
what-is-xrp.html:
to: /docs/introduction/what-is-xrp
type: 301
xrp.html:
to: /docs/introduction/what-is-xrp
type: 301
crypto-wallets.html:
to: /docs/introduction/crypto-wallets
type: 301
txn-and-requests.html:
to: /docs/introduction/transactions-and-requests
type: 301
software-ecosystem.html:
to: /docs/introduction/software-ecosystem
type: 301
use-cases.html:
to: /docs/use-cases/
type: 301
payments-uc.html:
to: /docs/use-cases/payments/
type: 301
peer-to-peer-payments-uc.html:
to: /docs/use-cases/payments/peer-to-peer-payments-uc
type: 301
restricting-deposits-uc.html:
to: /docs/use-cases/payments/restricting-deposits-uc
type: 301
escrow-uc.html:
to: /docs/use-cases/payments/smart-contracts-uc
type: 301
tokenization.html:
to: /docs/use-cases/tokenization/
type: 301
stablecoin-issuer.html:
to: /docs/use-cases/tokenization/stablecoin-issuer
type: 301
nft-mkt-overview.html:
to: /docs/use-cases/tokenization/nft-mkt-overview
type: 301
nftoken-marketplace.html:
to: /docs/use-cases/tokenization/nftoken-marketplace
type: 301
authorized-minter.html:
to: /docs/use-cases/tokenization/authorized-minter
type: 301
digital-artist.html:
to: /docs/use-cases/tokenization/digital-artist
type: 301
defi-uc.html:
to: /docs/use-cases/defi/
type: 301
algorithmic-trading.html:
to: /docs/use-cases/defi/algorithmic-trading
type: 301
list-xrp-as-an-exchange.html:
to: /docs/use-cases/defi/list-xrp-as-an-exchange
type: 301
concepts.html:
to: /docs/concepts/
type: 301
networks-and-servers.html:
to: /docs/concepts/networks-and-servers/
type: 301
xrpl-servers.html:
to: /docs/concepts/networks-and-servers/
type: 301
rippled-server-modes.html:
to: /docs/concepts/networks-and-servers/rippled-server-modes
type: 301
clustering.html:
to: /docs/concepts/networks-and-servers/clustering
type: 301
ledger-history.html:
to: /docs/concepts/networks-and-servers/ledger-history
type: 301
peer-protocol.html:
to: /docs/concepts/networks-and-servers/peer-protocol
type: 301
transaction-censorship-detection.html:
to: /docs/concepts/networks-and-servers/transaction-censorship-detection
type: 301
parallel-networks.html:
to: /docs/concepts/networks-and-servers/parallel-networks
type: 301
amendments.html:
to: /docs/concepts/networks-and-servers/amendments
type: 301
the-clio-server.html:
to: /docs/concepts/networks-and-servers/the-clio-server
type: 301
consensus.html:
to: /docs/concepts/consensus-protocol/
type: 301
consensus-structure.html:
to: /docs/concepts/consensus-protocol/consensus-structure
type: 301
consensus-principles-and-rules.html:
to: /docs/concepts/consensus-protocol/consensus-principles-and-rules
type: 301
consensus-protections.html:
to: /docs/concepts/consensus-protocol/consensus-protections
type: 301
invariant-checking.html:
to: /docs/concepts/consensus-protocol/invariant-checking
type: 301
fee-voting.html:
to: /docs/concepts/consensus-protocol/fee-voting
type: 301
negative-unl.html:
to: /docs/concepts/consensus-protocol/negative-unl
type: 301
consensus-research.html:
to: /docs/concepts/consensus-protocol/consensus-research
type: 301
ledgers.html:
to: /docs/concepts/ledgers/
type: 301
ledger-structure.html:
to: /docs/concepts/ledgers/ledger-structure
type: 301
open-closed-validated-ledgers.html:
to: /docs/concepts/ledgers/open-closed-validated-ledgers
type: 301
ledger-close-times.html:
to: /docs/concepts/ledgers/ledger-close-times
type: 301
transactions.html:
to: /docs/concepts/transactions/
type: 301
fees.html:
to: /docs/concepts/transactions/fees
type: 301
reliable-transaction-submission.html:
to: /docs/concepts/transactions/reliable-transaction-submission
type: 301
secure-signing.html:
to: /docs/concepts/transactions/secure-signing
type: 301
source-and-destination-tags.html:
to: /docs/concepts/transactions/source-and-destination-tags
type: 301
transaction-cost.html:
to: /docs/concepts/transactions/transaction-cost
type: 301
transaction-queue.html:
to: /docs/concepts/transactions/transaction-queue
type: 301
finality-of-results.html:
to: /docs/concepts/transactions/finality-of-results/
type: 301
look-up-transaction-results.html:
to: /docs/concepts/transactions/finality-of-results/look-up-transaction-results
type: 301
transaction-malleability.html:
to: /docs/concepts/transactions/finality-of-results/transaction-malleability
type: 301
canceling-a-transaction.html:
to: /docs/concepts/transactions/finality-of-results/canceling-a-transaction
type: 301
payment-types.html:
to: /docs/concepts/payment-types/
type: 301
direct-xrp-payments.html:
to: /docs/concepts/payment-types/direct-xrp-payments
type: 301
cross-currency-payments.html:
to: /docs/concepts/payment-types/cross-currency-payments
type: 301
checks.html:
to: /docs/concepts/payment-types/checks
type: 301
escrow.html:
to: /docs/concepts/payment-types/escrow
type: 301
partial-payments.html:
to: /docs/concepts/payment-types/partial-payments
type: 301
payment-channels.html:
to: /docs/concepts/payment-types/payment-channels
type: 301
robustly-monitoring-for-payments.html:
to: /docs/concepts/payment-types/robustly-monitoring-for-payments
type: 301
sending-payments-to-customers.html:
to: /docs/concepts/payment-types/sending-payments-to-customers
type: 301
bouncing-payments.html:
to: /docs/concepts/payment-types/bouncing-payments
type: 301
tokens.html:
to: /docs/concepts/tokens/
type: 301
trust-lines-and-issuing.html:
to: /docs/concepts/tokens/fungible-tokens/
type: 301
authorized-trust-lines.html:
to: /docs/concepts/tokens/fungible-tokens/authorized-trust-lines
type: 301
stablecoins.html:
to: /docs/concepts/tokens/fungible-tokens/stablecoins/
type: 301
stablecoin-settings.html:
to: /docs/concepts/tokens/fungible-tokens/stablecoins/settings
type: 301
stablecoin-configuration.html:
to: /docs/concepts/tokens/fungible-tokens/stablecoins/configuration
type: 301
stablecoin-precautions.html:
to: /docs/concepts/tokens/fungible-tokens/stablecoins/precautions
type: 301
stablecoin-compliance-guidelines.html:
to: /docs/concepts/tokens/fungible-tokens/stablecoins/compliance-guidelines
type: 301
clawing-back-tokens.html:
to: /docs/concepts/tokens/fungible-tokens/clawing-back-tokens
type: 301
freezes.html:
to: /docs/concepts/tokens/fungible-tokens/freezes
type: 301
common-misconceptions-about-freezes.html:
to: /docs/concepts/tokens/fungible-tokens/common-misconceptions-about-freezes
type: 301
paths.html:
to: /docs/concepts/tokens/fungible-tokens/paths
type: 301
rippling.html:
to: /docs/concepts/tokens/fungible-tokens/rippling
type: 301
non-fungible-tokens.html:
to: /docs/concepts/tokens/nfts/
type: 301
nft-storage.html:
to: /docs/concepts/tokens/nfts/payload-storage
type: 301
non-fungible-token-transfers.html:
to: /docs/concepts/tokens/nfts/trading
type: 301
nft-reserve-requirements.html:
to: /docs/concepts/tokens/nfts/reserve-requirements
type: 301
nftoken-batch-minting.html:
to: /docs/concepts/tokens/nfts/batch-minting
type: 301
nftoken-authorized-minting.html:
to: /docs/concepts/tokens/nfts/authorizing-another-minter
type: 301
nftoken-auctions.html:
to: /docs/concepts/tokens/nfts/running-an-nft-auction
type: 301
nft-collections.html:
to: /docs/concepts/tokens/nfts/collections
type: 301
nft-fixed-supply.html:
to: /docs/concepts/tokens/nfts/guaranteeing-a-fixed-supply
type: 301
nft-apis.html:
to: /docs/concepts/tokens/nfts/nft-apis
type: 301
transfer-fees.html:
to: /docs/concepts/tokens/transfer-fees
type: 301
demurrage.html:
to: /docs/concepts/tokens/fungible-tokens/demurrage
type: 301
decentralized-exchange.html:
to: /docs/concepts/tokens/decentralized-exchange/
type: 301
offers.html:
to: /docs/concepts/tokens/decentralized-exchange/offers
type: 301
autobridging.html:
to: /docs/concepts/tokens/decentralized-exchange/autobridging
type: 301
ticksize.html:
to: /docs/concepts/tokens/decentralized-exchange/ticksize
type: 301
automated-market-makers.html:
to: /docs/concepts/tokens/decentralized-exchange/automated-market-makers
type: 301
accounts.html:
to: /docs/concepts/accounts/
type: 301
account-types.html:
to: /docs/concepts/accounts/account-types
type: 301
deleting-accounts.html:
to: /docs/concepts/accounts/deleting-accounts
type: 301
reserves.html:
to: /docs/concepts/accounts/reserves
type: 301
addresses.html:
to: /docs/concepts/accounts/addresses
type: 301
cryptographic-keys.html:
to: /docs/concepts/accounts/cryptographic-keys
type: 301
multi-signing.html:
to: /docs/concepts/accounts/multi-signing
type: 301
depositauth.html:
to: /docs/concepts/accounts/depositauth
type: 301
tickets.html:
to: /docs/concepts/accounts/tickets
type: 301
decentralized-identifiers.html:
to: /docs/concepts/accounts/decentralized-identifiers
type: 301
intro-to-consensus.html:
to: /docs/concepts/consensus-protocol/
type: 301
set-up-secure-signing.html:
to: /docs/concepts/transactions/secure-signing
type: 301
transaction-basics.html:
to: /docs/concepts/transactions/
type: 301
become-an-xrp-ledger-gateway.html:
to: /docs/use-cases/tokenization/stablecoin-issuer
type: 301
consensus-network.html:
to: /docs/concepts/consensus-protocol/
type: 301
complex-payment-types.html:
to: /docs/concepts/payment-types/
type: 301
about-canceling-a-transaction.html:
to: /docs/concepts/transactions/finality-of-results/canceling-a-transaction
type: 301
issuing-and-operational-addresses.html:
to: /docs/concepts/accounts/account-types
type: 301
issued-currencies.html:
to: /docs/concepts/tokens/
type: 301
issued-currencies-overview.html:
to: /docs/concepts/tokens/
type: 301
federated-sidechains.html:
to: /docs/concepts/xrpl-sidechains/cross-chain-bridges
type: 301
xrpl-interoperability.html:
to: /docs/concepts/xrpl-sidechains/cross-chain-bridges
type: 301
intro-to-evm-sidechain.html:
to: https://docs.xrplevm.org/docs/evm-sidechain/intro-to-evm-sidechain/
type: 301
the-rippled-server.html:
to: /docs/concepts/networks-and-servers/
type: 301
nft-concepts.html:
to: /docs/concepts/tokens/nfts/
type: 301
nft-conceptual-overview.html:
to: /docs/concepts/tokens/nfts/
type: 301
xrpl-sidechains.html:
to: /docs/concepts/xrpl-sidechains/
type: 301
cross-chain-bridges.html:
to: /docs/concepts/xrpl-sidechains/cross-chain-bridges
type: 301
witness-servers.html:
to: /docs/concepts/xrpl-sidechains/witness-servers
type: 301
public-servers.html:
to: /docs/tutorials/public-servers
type: 301
python.html:
to: /docs/tutorials/python/
type: 301
get-started-using-python.html:
to: /docs/tutorials/python/get-started
type: 301
docs/tutorials/python/get-started/:
to: docs/tutorials/python/build-apps/get-started/
type: 301
modular-tutorials-in-python.html:
to: /docs/tutorials/python/
type: 301
send-payments-using-python.html:
to: /docs/tutorials/python/send-payments
type: 301
py-create-accounts-send-xrp.html:
to: /docs/tutorials/python/send-payments/create-accounts-send-xrp
type: 301
py-create-trustline-send-currency.html:
to: /docs/tutorials/python/send-payments/create-trustline-send-currency
type: 301
py-create-time-based-escrows.html:
to: /docs/tutorials/python/send-payments/create-time-based-escrows
type: 301
py-mint-and-burn-nfts.html:
to: /docs/tutorials/python/nfts/mint-and-burn-nfts
type: 301
py-transfer-nfts.html:
to: /docs/tutorials/python/nfts/transfer-nfts
type: 301
py-broker-sale.html:
to: /docs/tutorials/python/nfts/broker-sale
type: 301
py-authorize-minter.html:
to: /docs/tutorials/python/nfts/authorize-minter
type: 301
py-batch-minting.html:
to: /docs/tutorials/python/nfts/batch-minting
type: 301
build-a-desktop-wallet-in-python.html:
to: /docs/tutorials/python/build-apps/build-a-desktop-wallet-in-python
type: 301
javascript.html:
to: /docs/tutorials/javascript/
type: 301
get-started-using-javascript.html:
to: /docs/tutorials/javascript/build-apps/get-started
type: 301
docs/tutorials/javascript/get-started:
to: docs/tutorials/javascript/build-apps/get-started/
type: 301
docs/tutorials/javascript/get-started/:
to: docs/tutorials/javascript/build-apps/get-started/
type: 301
get-started-using-node-js.html:
to: /docs/tutorials/javascript/build-apps/get-started
type: 301
get-started-with-rippleapi-for-javascript.html:
to: /docs/tutorials/javascript/build-apps/get-started
type: 301
modular-tutorials-in-javascript.html:
to: /docs/tutorials/javascript/
type: 301
send-payments-using-javascript.html:
to: /docs/tutorials/javascript/send-payments
type: 301
create-accounts-send-xrp-using-javascript.html:
to: /docs/tutorials/javascript/send-payments/create-accounts-send-xrp
type: 301
create-trustline-send-currency-using-javascript.html:
to: /docs/tutorials/javascript/send-payments/create-trustline-send-currency
type: 301
create-time-based-escrows-using-javascript.html:
to: /docs/tutorials/javascript/send-payments/create-time-based-escrows
type: 301
create-conditional-escrows-using-javascript.html:
to: /docs/tutorials/javascript/send-payments/create-conditional-escrows
type: 301
nfts-using-javascript.html:
to: /docs/tutorials/javascript/nfts-using-javascript/
type: 301
nfts-using-python.html:
to: /docs/tutorials/python/nfts
type: 301
mint-and-burn-nfts-using-javascript.html:
to: /docs/tutorials/javascript/nfts/mint-and-burn-nfts
type: 301
transfer-nfts-using-javascript.html:
to: /docs/tutorials/javascript/nfts/transfer-nfts
type: 301
broker-an-nft-sale-using-javascript.html:
to: /docs/tutorials/javascript/nfts/broker-an-nft-sale
type: 301
assign-an-authorized-minter-using-javascript.html:
to: /docs/tutorials/javascript/nfts/assign-an-authorized-minter
type: 301
batch-mint-nfts-using-javascript.html:
to: /docs/tutorials/javascript/nfts/batch-mint-nfts
type: 301
build-a-browser-wallet-in-javascript.html:
to: /docs/tutorials/javascript/build-apps/build-a-browser-wallet-in-javascript/
type: 301
build-a-browser-wallet-using-javascript.html:
to: /docs/tutorials/javascript/build-apps/build-a-browser-wallet-in-javascript/
type: 301
docs/tutorials/javascript/build-a-browser-wallet-in-javascript:
to: docs/tutorials/javascript/build-apps/build-a-browser-wallet-in-javascript/
type: 301
docs/tutorials/javascript/build-a-browser-wallet-in-javascript/:
to: docs/tutorials/javascript/build-apps/build-a-browser-wallet-in-javascript/
type: 301
build-a-desktop-wallet-in-javascript.html:
to: /docs/tutorials/javascript/build-apps/build-a-desktop-wallet-in-javascript
type: 301
docs/tutorials/javascript/build-a-desktop-wallet-in-javascript:
to: /docs/tutorials/javascript/build-apps/build-a-desktop-wallet-in-javascript
type: 301
docs/tutorials/javascript/build-a-desktop-wallet-in-javascript/:
to: /docs/tutorials/javascript/build-apps/build-a-desktop-wallet-in-javascript
type: 301
java.html:
to: /docs/tutorials/java/
type: 301
get-started-using-java.html:
to: /docs/tutorials/java/build-apps/get-started
type: 301
docs/tutorials/java/get-started:
to: /docs/tutorials/java/build-apps/get-started
type: 301
docs/tutorials/java/get-started/:
to: /docs/tutorials/java/build-apps/get-started
type: 301
php.html:
to: /docs/tutorials/php
type: 301
get-started-using-php.html:
to: /docs/tutorials/php/build-apps/get-started
type: 301
http-websocket-apis-tutorials.html:
to: /docs/tutorials/http-websocket-apis/
type: 301
get-started-with-the-rippled-api.html:
to: /docs/tutorials/http-websocket-apis/build-apps/get-started
type: 301
get-started-using-http-websocket-apis.html:
to: /docs/tutorials/http-websocket-apis/build-apps/get-started/
type: 301
docs/tutorials/http-websocket-apis/get-started:
to: /docs/tutorials/http-websocket-apis/build-apps/get-started/
type: 301
docs/tutorials/http-websocket-apis/get-started/:
to: /docs/tutorials/http-websocket-apis/build-apps/get-started/
type: 301
monitor-incoming-payments-with-websocket.html:
to: /docs/tutorials/http-websocket-apis/build-apps/monitor-incoming-payments-with-websocket
type: 301
tasks.html:
to: /docs/tutorials/how-tos/
type: 301
manage-account-settings.html:
to: /docs/tutorials/how-tos/manage-account-settings/
type: 301
assign-a-regular-key-pair.html:
to: /docs/tutorials/how-tos/manage-account-settings/assign-a-regular-key-pair
type: 301
change-or-remove-a-regular-key-pair.html:
to: /docs/tutorials/how-tos/manage-account-settings/change-or-remove-a-regular-key-pair
type: 301
disable-master-key-pair.html:
to: /docs/tutorials/how-tos/manage-account-settings/disable-master-key-pair
type: 301
set-up-multi-signing.html:
to: /docs/tutorials/how-tos/manage-account-settings/set-up-multi-signing
type: 301
send-a-multi-signed-transaction.html:
to: /docs/tutorials/how-tos/manage-account-settings/send-a-multi-signed-transaction
type: 301
require-destination-tags.html:
to: /docs/tutorials/how-tos/manage-account-settings/require-destination-tags
type: 301
offline-account-setup.html:
to: /docs/tutorials/how-tos/manage-account-settings/offline-account-setup
type: 301
use-tickets.html:
to: /docs/tutorials/how-tos/manage-account-settings/use-tickets
type: 301
send-xrp.html:
to: /docs/tutorials/how-tos/send-xrp
type: 301
use-specialized-payment-types.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/
type: 301
use-complex-payment-types.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/
type: 301
use-escrows.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/
type: 301
send-a-time-held-escrow.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/send-a-time-held-escrow
type: 301
send-a-conditionally-held-escrow.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow
type: 301
cancel-an-expired-escrow.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/cancel-an-expired-escrow
type: 301
look-up-escrows.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/look-up-escrows
type: 301
use-an-escrow-as-a-smart-contract.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/use-an-escrow-as-a-smart-contract
type: 301
use-payment-channels.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-payment-channels
type: 301
open-a-payment-channel-to-enable-an-inter-exchange-network.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/open-a-payment-channel-to-enable-an-inter-exchange-network
type: 301
use-checks.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-checks/use-checks
type: 301
send-a-check.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-checks/send-a-check
type: 301
cash-a-check-for-an-exact-amount.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cash-a-check-for-an-exact-amount
type: 301
cash-a-check-for-a-flexible-amount.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cash-a-check-for-a-flexible-amount
type: 301
cancel-a-check.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cancel-a-check
type: 301
look-up-checks-by-sender.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-checks/look-up-checks-by-sender
type: 301
look-up-checks-by-recipient.html:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-checks/look-up-checks-by-recipient
type: 301
use-tokens.html:
to: /docs/tutorials/how-tos/use-tokens/
type: 301
issue-a-fungible-token.html:
to: /docs/tutorials/how-tos/use-tokens/issue-a-fungible-token
type: 301
trade-in-the-decentralized-exchange.html:
to: /docs/tutorials/how-tos/use-tokens/trade-in-the-decentralized-exchange
type: 301
enable-no-freeze.html:
to: /docs/tutorials/how-tos/use-tokens/enable-no-freeze
type: 301
enact-global-freeze.html:
to: /docs/tutorials/how-tos/use-tokens/enact-global-freeze
type: 301
freeze-a-trust-line.html:
to: /docs/tutorials/how-tos/use-tokens/freeze-a-trust-line
type: 301
create-an-automated-market-maker.html:
to: /docs/tutorials/how-tos/use-tokens/create-an-automated-market-maker
type: 301
use-simple-xrp-payments.html:
to: /docs/tutorials/how-tos/send-xrp
type: 301
cancel-or-skip-a-transaction.html:
to: /docs/concepts/transactions/finality-of-results/canceling-a-transaction
type: 301
evm-sidechains.html:
to: https://opensource.ripple.com/docs/evm-sidechain/intro-to-evm-sidechain/
type: 301
get-started-evm-sidechain.html:
to: https://opensource.ripple.com/docs/evm-sidechain/get-started-evm-sidechain/
type: 301
connect-metamask-to-xrpl-evm-sidechain.html:
to: https://opensource.ripple.com/docs/evm-sidechain/connect-metamask-to-xrpl-evm-sidechain/
type: 301
join-evm-sidechain-devnet.html:
to: https://opensource.ripple.com/docs/evm-sidechain/join-evm-sidechain-devnet/
type: 301
evm-sidechain-validator-security.html:
to: https://opensource.ripple.com/docs/evm-sidechain/evm-sidechain-validator-security/
type: 301
evm-sidechain-run-a-validator-node.html:
to: https://opensource.ripple.com/docs/evm-sidechain/evm-sidechain-run-a-validator-node/
type: 301
use-xrpl-sidechains.html:
to: /docs/tutorials/how-tos/use-xrpl-sidechains/
type: 301
set-up-xrp-xrp-bridge.html:
to: /docs/tutorials/how-tos/use-xrpl-sidechains/set-up-xrp-xrp-bridge
type: 301
set-up-iou-iou-bridge.html:
to: /docs/tutorials/how-tos/use-xrpl-sidechains/set-up-iou-iou-bridge
type: 301
submit-cross-chain-transactions.html:
to: /docs/tutorials/how-tos/use-xrpl-sidechains/submit-cross-chain-transaction
type: 301
references.html:
to: /docs/references/
type: 301
protocol-reference.html:
to: /docs/references/protocol/
type: 301
basic-data-types.html:
to: /docs/references/protocol/data-types/basic-data-types
type: 301
base58-encodings.html:
to: /docs/references/protocol/data-types/base58-encodings
type: 301
currency-formats.html:
to: /docs/references/protocol/data-types/currency-formats
type: 301
nftoken.html:
to: /docs/references/protocol/data-types/nftoken
type: 301
ledger-data-formats.html:
to: /docs/references/protocol/ledger-data/
type: 301
ledger-header.html:
to: /docs/references/protocol/ledger-data/ledger-header
type: 301
ledger-entry-common-fields.html:
to: /docs/references/protocol/ledger-data/common-fields
type: 301
ledger-entry-types.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/
type: 301
ledger-object-types.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/
type: 301
ledger-object-ids.html:
to: /docs/references/protocol/ledger-data/common-fields
type: 301
accountroot.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/accountroot
type: 301
amendments-object.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/amendments
type: 301
amm.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/amm
type: 301
bridge.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/bridge
type: 301
check.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/check
type: 301
depositpreauth-object.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth
type: 301
did.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/did
type: 301
directorynode.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/directorynode
type: 301
escrow-object.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/escrow
type: 301
feesettings.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/feesettings
type: 301
ledgerhashes.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes
type: 301
negativeunl.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/negativeunl
type: 301
nftokenoffer.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer
type: 301
nftokenpage.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage
type: 301
offer.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/offer
type: 301
paychannel.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/paychannel
type: 301
ripplestate.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/ripplestate
type: 301
signerlist.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/signerlist
type: 301
ticket.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/ticket
type: 301
xchainownedclaimid.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/xchainownedclaimid
type: 301
xchainownedcreateaccountclaimid.html:
to: /docs/references/protocol/ledger-data/ledger-entry-types/xchainownedcreateaccountclaimid
type: 301
transaction-formats.html:
to: /docs/references/protocol/transactions/
type: 301
transaction-common-fields.html:
to: /docs/references/protocol/transactions/common-fields
type: 301
transaction-types.html:
to: /docs/references/protocol/transactions/types/
type: 301
accountset.html:
to: /docs/references/protocol/transactions/types/accountset
type: 301
accountdelete.html:
to: /docs/references/protocol/transactions/types/accountdelete
type: 301
ammbid.html:
to: /docs/references/protocol/transactions/types/ammbid
type: 301
ammcreate.html:
to: /docs/references/protocol/transactions/types/ammcreate
type: 301
ammdelete.html:
to: /docs/references/protocol/transactions/types/ammdelete
type: 301
ammdeposit.html:
to: /docs/references/protocol/transactions/types/ammdeposit
type: 301
ammvote.html:
to: /docs/references/protocol/transactions/types/ammvote
type: 301
ammwithdraw.html:
to: /docs/references/protocol/transactions/types/ammwithdraw
type: 301
checkcancel.html:
to: /docs/references/protocol/transactions/types/checkcancel
type: 301
checkcash.html:
to: /docs/references/protocol/transactions/types/checkcash
type: 301
checkcreate.html:
to: /docs/references/protocol/transactions/types/checkcreate
type: 301
clawback.html:
to: /docs/references/protocol/transactions/types/clawback
type: 301
depositpreauth.html:
to: /docs/references/protocol/transactions/types/depositpreauth
type: 301
diddelete.html:
to: /docs/references/protocol/transactions/types/diddelete
type: 301
didset.html:
to: /docs/references/protocol/transactions/types/didset
type: 301
escrowcancel.html:
to: /docs/references/protocol/transactions/types/escrowcancel
type: 301
escrowcreate.html:
to: /docs/references/protocol/transactions/types/escrowcreate
type: 301
escrowfinish.html:
to: /docs/references/protocol/transactions/types/escrowfinish
type: 301
nftokenacceptoffer.html:
to: /docs/references/protocol/transactions/types/nftokenacceptoffer
type: 301
nftokenburn.html:
to: /docs/references/protocol/transactions/types/nftokenburn
type: 301
nftokencanceloffer.html:
to: /docs/references/protocol/transactions/types/nftokencanceloffer
type: 301
nftokencreateoffer.html:
to: /docs/references/protocol/transactions/types/nftokencreateoffer
type: 301
nftokenmint.html:
to: /docs/references/protocol/transactions/types/nftokenmint
type: 301
offercancel.html:
to: /docs/references/protocol/transactions/types/offercancel
type: 301
offercreate.html:
to: /docs/references/protocol/transactions/types/offercreate
type: 301
payment.html:
to: /docs/references/protocol/transactions/types/payment
type: 301
paymentchannelclaim.html: