Commit Graph

5636 Commits

Author SHA1 Message Date
Dennis Dawson
1982db0ad9 Merge pull request #1538 from XRPLF/addBatchMintingConcept
Add batch minting concept
2022-10-05 15:54:38 -07:00
ddawson
7d14305a25 fixes per review 2022-10-05 15:42:53 -07:00
jonathanlei
30e1618450 Merge pull request #1537 from XRPLF/generate-faucet-wallet-client-side
generate faucet account client side
2022-10-05 10:14:26 -07:00
jonathanlei
b1bed7e52c add todo comment 2022-10-05 10:12:19 -07:00
AlexanderBuzz
d6022599cb - Removed "forced" examples 2022-10-05 13:01:37 +02:00
AlexanderBuzz
4a93a9c1ab - Removed key generation from mnemonic, as it is deprecated and will soon be removed from rippled
- Added base58 seed
- Updated readme accordingly
2022-10-05 12:56:53 +02:00
AlexanderBuzz
cf612ae1c6 Update content/_code-samples/key-derivation/js/index.js
Co-authored-by: Rome Reginelli <mduo13@gmail.com>
2022-10-05 11:55:57 +02:00
AlexanderBuzz
feef266cd0 - fixed "0x" prefix in README.md which resulted in an error 2022-10-05 11:48:50 +02:00
ddawson
06dbf92171 Add batch minting topic 2022-10-04 16:36:37 -07:00
ddawson
3ab096a0a8 Add batch minting topic 2022-10-04 16:22:07 -07:00
jonathanlei
38babc341e switch to correct memo format/ajax format 2022-10-04 16:12:17 -07:00
Obiajulu
02130eb2e4 Update create_escrow.py 2022-10-04 01:13:02 -07:00
Obiajulu
98064790d9 Update finish_escrow.py 2022-10-04 01:10:14 -07:00
Obiajulu
ad6d411b05 Update cancel_escrow.py 2022-10-04 01:08:08 -07:00
Obiajulu
4546e3072d Update cancel_escrow.py 2022-10-04 01:03:53 -07:00
Obiajulu
ea00819ceb Update account_escrows.py 2022-10-04 00:50:50 -07:00
Obiajulu
48ad8dfd42 Update account_escrows.py 2022-10-04 00:50:00 -07:00
jonathanlei
2887e65dc3 change back the format 2022-10-03 16:40:04 -07:00
jonathanlei
5fd2e57b9b generate faucet account client side 2022-10-03 16:30:18 -07:00
Rome Reginelli
ae8847d58b Merge pull request #1533 from mDuo13/qs_dl_classes
Add download class to QS zip links
2022-10-03 13:36:10 -07:00
Obiajulu
518c68f4e9 Update account_checks.py 2022-10-02 00:38:21 -07:00
Obiajulu
1cf39391be Update create_check.py 2022-10-02 00:37:01 -07:00
Obiajulu
b21677b2e6 Update cash_check.py 2022-10-02 00:30:19 -07:00
Obiajulu
810047bb82 Update cancel_check.py 2022-10-02 00:21:41 -07:00
Obiajulu
00b2ff0b1b Update account_checks.py 2022-10-02 00:16:18 -07:00
Obiajulu
76d1076cd2 Update account_checks.py 2022-10-02 00:14:47 -07:00
develoQ
c03ee24571 add Japanese translations of NFT-related pages
- fix NFTokenOffer JSON Type to use `Currency Amount` instead `object or string`
- incremental reserve to 2 XRP
- Corrected description of failure conditions at Direct Mode
-
2022-10-01 21:52:31 +09:00
jonathanlei
5e0ed297bb add memos 2022-09-29 16:32:06 -07:00
Rome Reginelli
7335f3a558 Merge pull request #1524 from LimpidCrypto/minor-improvments
Put ledger objects into alphabetical order and minor improvements
2022-09-29 14:30:15 -07:00
mDuo13
25598c63e8 Add download class to QS zip links 2022-09-29 14:29:05 -07:00
Jake
3124cb3721 Add blog section to community page 2022-09-29 09:40:15 -07:00
Amarantha Kulkarni
2ea8167321 Update source repo URL 2022-09-29 08:58:50 -07:00
Rome Reginelli
16e171157c Merge pull request #1493 from wojake/patch-6
Add Python code sample for asfRequireDest
2022-09-28 13:31:28 -07:00
Rome Reginelli
8a12a3cbec Merge pull request #1502 from wojake/patch-8
Add Python code sample for Tickets
2022-09-28 13:30:17 -07:00
Wo Jake
b100af8b61 New error codes + other changes 2022-09-28 08:01:44 +00:00
Obiajulu
3c56e0d0dc Update content/_code-samples/escrow/py/cancel_escrow.py
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-09-27 23:00:38 -07:00
Obiajulu
4c26b5ae47 Update content/_code-samples/escrow/py/account_escrows.py
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-09-27 23:00:19 -07:00
Obiajulu
92059622be Update content/_code-samples/escrow/py/create_escrow.py
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-09-27 22:59:16 -07:00
Dennis Dawson
9ecece45c6 Merge pull request #1519 from XRPLF/add_batch_minting
Add Batch Minting
2022-09-26 15:31:49 -07:00
Dennis Dawson
9313177991 Code fix 2022-09-26 15:28:25 -07:00
Dennis Dawson
270028399b Add mention of extended NFToken samples 2022-09-26 15:26:39 -07:00
Dennis Dawson
c58ad766b6 Update content/tutorials/quickstart/batch-minting.md
Co-authored-by: Rome Reginelli <rome@ripple.com>
2022-09-26 15:21:07 -07:00
Dennis Dawson
5b24f7c132 Update content/tutorials/quickstart/batch-minting.md
Co-authored-by: Rome Reginelli <rome@ripple.com>
2022-09-26 15:20:57 -07:00
Dennis Dawson
c7f7bb80de Update content/tutorials/quickstart/batch-minting.md
Co-authored-by: Rome Reginelli <rome@ripple.com>
2022-09-26 14:45:48 -07:00
LimpidCrypto
a9014ad786 Update content/references/protocol-reference/ledger-data/ledger-object-types/nftokenoffer.md
Co-authored-by: Rome Reginelli <mduo13@gmail.com>
2022-09-26 21:07:48 +02:00
Rome Reginelli
03c86065f1 Merge pull request #1499 from ripci504/master
Added Python code samples to Monitor Incoming Payments
2022-09-23 12:35:40 -07:00
LimpidCrypto
439cee498a Merge branch 'master' into minor-improvments 2022-09-23 19:55:20 +02:00
LimpidCrypto
3c88bd8ea0 fix nftokenpage json; add column 'required?'; default flag description; fix nftoken... object tables 2022-09-23 19:50:55 +02:00
mDuo13
7fb918015f NFToken: fix basis points numbers 2022-09-22 17:28:18 -07:00
Rome Reginelli
c81fb3f0d5 Merge pull request #1523 from bigcjat/patch-1
Update nftokenpage.md
2022-09-22 17:24:23 -07:00