Commit Graph

303 Commits

Author SHA1 Message Date
Wo Jake
c41a4b39ba Update README.md 2022-11-11 07:49:59 +00:00
Wo Jake
687e8018d9 Fix create_wallet() 2022-11-11 07:33:00 +00:00
Wo Jake
0efd9f862b Fix unit test seed 2022-11-11 07:32:01 +00:00
Wo Jake
93bfbaa27f Update relay-transaction.py 2022-11-11 07:23:23 +00:00
Wo Jake
fa00126084 "XRP"->"XRPL"
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-11-11 07:18:34 +00:00
Wo Jake
6b71beb74b Spelling fix
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-11-11 07:17:34 +00:00
Wo Jake
21638b9780 var naming 2022-11-09 02:34:47 +00:00
Wo Jake
1615e76192 Simplify unit test (if -> else)
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-11-09 02:04:55 +00:00
Wo Jake
fe2ca362dd README improvement
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-11-09 02:03:51 +00:00
Wo Jake
b785555a6a Update content/_code-samples/airgapped-wallet/py/README.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-11-09 02:02:52 +00:00
Wo Jake
1856228554 Delete redundent comment
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-11-09 02:01:53 +00:00
Wo Jake
87ecf1545b Create airgapped-wallet-TEST.py
unit test.
2022-11-05 08:20:09 +00:00
Wo Jake
e3e022dff5 Typo fix
Co-authored-by: Rome Reginelli <mduo13@gmail.com>
2022-11-03 15:56:35 +08:00
Wo Jake
5be408709b . 2022-10-29 18:11:34 +08:00
Wo Jake
ce36a11c18 Create README.md 2022-10-29 06:48:20 +00:00
Wo Jake
cb1984780d Create requirements.txt 2022-10-28 12:14:25 +00:00
Wo Jake
c80f41ed27 Create relay-transaction.py 2022-10-28 12:13:23 +00:00
Wo Jake
15edaaaba1 Create airgapped-wallet.py 2022-10-28 12:07:32 +00:00
Rome Reginelli
6460586c4f Merge pull request #1497 from ObiajuluM/patch-1
Added Python code samples for checks
2022-10-17 15:05:23 -07:00
Rome Reginelli
cccaa268b9 Merge pull request #1507 from AlexanderBuzz/DGE-94_javascript-code-samples
Added key-derivation JavaScript examples analog to python version
2022-10-13 14:39:49 -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
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
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
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
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
ddawson
f43e907ebd add updated Zip 2022-09-20 08:59:28 -07:00
AlexanderBuzz
a584f5c9d2 Update content/_code-samples/key-derivation/js/index.js
Added jonathanleis suggestion and  switched console.log to a real error being thrown

Co-authored-by: jonathanlei <jlei@ripple.com>
2022-09-16 08:21:12 +02:00
Wo Jake
65efbf0cb6 Variable name change 2022-09-08 17:21:46 +00:00
Wo Jake
2ad2065cbf Create README.md 2022-09-08 16:21:59 +00:00
Wo Jake
5af3e46265 Capitalize word
Co-authored-by: LimpidCrypto <97235361+LimpidCrypto@users.noreply.github.com>
2022-09-08 16:00:00 +00:00
Wo Jake
7c99cc6375 Remove __name__ == "__main__" 2022-09-08 15:50:04 +00:00
Wo Jake
f0fe95510f Use bitwise (&) 2022-09-08 15:21:18 +00:00
Wo Jake
5d6ef2acb6 Use AccountSetFlag.ASF_REQUIRE_DEST to match JS implementation 2022-09-08 14:13:38 +00:00
Wo Jake
40baf3e021 Improvements on writing style, implementation & output 2022-09-08 14:04:51 +00:00
AlexanderBusse
930e1ef39b Added set-up instructions for non-node-alumni :) 2022-09-08 08:14:41 +02:00
Wo Jake
8d21ab02c0 Fixup 2022-09-08 03:39:28 +00:00
Jarred
ba7ba3035a Higher quality code with more comments 2022-09-07 19:51:00 -05:00
Rome Reginelli
f5ff555be8 Merge pull request #1495 from wojake/patch-7
Add python code sample for Submit and Verify
2022-09-07 12:43:49 -07:00