Commit Graph

174 Commits

Author SHA1 Message Date
nkramer44
f9b92f1b33 shorten code sample line lengths to < 80 2021-05-05 10:30:51 -04:00
nkramer44
3a3da60d54 add secure signing for java 2021-05-04 16:36:56 -04:00
nkramer44
762cd6dc34 remove SendPayment.java.
Add Java to send-xrp tutorial
2021-05-04 15:50:32 -04:00
nkramer44
3db62a1ee0 fix formatting 2021-05-04 11:37:16 -04:00
nkramer44
e79a0494b1 Getting started with Java + sample code 2021-05-04 11:00:54 -04:00
Ryan G. Young
e55744a624 revise per Rome feedback 2021-04-07 13:36:09 -07:00
Rome Reginelli
bd4d77debf Merge pull request #1004 from ripple/xrpl-py-tutorial
Add getting started with xrpl-py tutorial
2021-03-31 18:15:20 -07:00
Rome Reginelli
4bda9c19eb Merge pull request #1009 from mDuo13/send-xrp-py
Send XRP - add Python examples
2021-03-31 18:09:41 -07:00
mDuo13
4acd483220 Send XRP (py): updates for 1.0.0 2021-03-31 17:16:24 -07:00
Ryan G. Young
9fe380ab16 updatee prepare payment section 2021-03-31 13:45:26 -07:00
mDuo13
e5c7dfe56d xrpl-py-tutorial: Fix account_info invalid params, add faucet debug 2021-03-31 13:08:47 -07:00
Ryan G. Young
bd7aa7cf86 remove escrow link 2021-03-31 13:07:26 -07:00
Ryan G. Young
57b9081e4b change current to validated for ledger 2021-03-31 10:37:59 -07:00
Ryan G. Young
3eff4330eb correct types 2021-03-31 10:10:56 -07:00
Ryan G. Young
f087f0d1bc revise per Rome feedback 2021-03-30 15:26:12 -07:00
Ryan G. Young
5b0fb27aac revise per Rome, Mayuhka feedback 2021-03-30 15:07:36 -07:00
Ryan G. Young
701a95ca53 add python example for secure signing 2021-03-28 23:15:07 -07:00
Ryan G. Young
d6180b5a63 remove env setup, begin refactor 2021-03-27 17:12:56 -07:00
Ryan G. Young
1f59faa152 revise sample app and tutorial 2021-03-27 17:12:56 -07:00
Ryan G. Young
7f32f1943e updated sample app per teting and feedback 2021-03-27 17:12:56 -07:00
Ryan G. Young
66fd6f8b38 add v rough sample code and initial structure 2021-03-27 17:12:56 -07:00
mDuo13
3971906c88 Send XRP: xrpl-py examples 2021-03-26 17:30:56 -07:00
mDuo13
4bc161102e Send XRP: Draft Python sample code
Send XRP (.py) fixes

Send XRP (py): fix sneaky is_successful bug
2021-03-26 10:12:50 -07:00
mDuo13
6d91616a62 Improve & refactor interactive tutorial code
Interactive tutorials: more consistent style

Interactive tutorials: Use new generics for send-xrp, use-tickets

Interactive tutorials: clean up now-unused code

Interactive tutorials: progress & debugging of errors

Interactive: Require Destination Tags; and related

- Validate addresses in Transaction Sender and warn on Mainnet X-address
- Option to load destination address from query param in Tx Sender
- Some more/updated helpers in interactive tutorial JS

Interactive tutorials: fix JA version

Interactive tutorials: readme, include code filter (incomplete)

Interactive tutorials: improvements for consistency

Interactive Tutorials: finish readme

Interactive tutorials: fix syntax errors
2021-03-24 13:59:22 -07:00
mDuo13
38724a4b92 Improve websocket tutorial:
- Use correct Testnet faucet address
- Comment that API requests have to wait for the socket to be connected
- Add example file with combined examples
2021-03-08 18:33:02 -08:00
mDuo13
45e9ddd3a8 Update ripple-lib dependency in templates:
- Use variable in more places
- Move lodash dep to a variable with integrity check
- Update examples in some places that refer to 1.8.0
2021-03-03 15:23:36 -08:00
mDuo13
c636162a89 Update get started section 2020-08-31 14:28:23 -07:00
Rome Reginelli
aa2b180f1a Merge pull request #840 from mDuo13/vl_method
/vl/ method
2020-05-14 15:04:21 -07:00
mDuo13
d53b669bc3 VL method: corrections 2020-05-08 00:58:00 -07:00
Elliot Lee
64a258afc5 Update terminology: XRPL Classic Address 2020-05-07 00:10:57 -07:00
mDuo13
72040374e0 vl method: 1st draft 2020-05-04 16:38:03 -07:00
mDuo13
3224907140 Clean up config file locations 2020-01-13 14:58:17 -08:00
mDuo13
836246de05 base58.py typo fixes 2019-10-16 13:58:11 -07:00
mDuo13
5012fcb81b Key derivation: code cleanup per @seelabs review 2019-10-14 17:02:36 -07:00
mDuo13
4ed720a903 Key derivation: consistent terminology 2019-10-11 12:44:49 -07:00
mDuo13
7cef1abda7 Key derivation: fix RFC-1751, output base58 pubkeys 2019-10-10 16:20:42 -07:00
mDuo13
6e550aff88 Key derivation code: license/disclaimers 2019-10-10 12:32:34 -07:00
mDuo13
e36b90d1d3 Key derivation: byte order fix for RFC1751 2019-10-10 12:18:58 -07:00
mDuo13
28f12b4f25 Key derivation - code cleanup 2019-10-09 19:58:21 -07:00
mDuo13
1815326542 Key derivation code (working draft)
- read hex, base58, RFC1751, or passphrase
- derive Ed25519 keys from seed
- derive secp256k1 master key from seed
- encode keys to hex or base58

Note: at this time, the RFC1751 implementation is consistent with the
original spec but not consistent with rippled's RFC1751 implementation.
I don't know why rippled's RFC1751 implementation doesn't match the
spec. Maybe something to do with endianness.
2019-10-09 19:54:43 -07:00
mDuo13
80be728267 Start key derivation sample code 2019-10-07 22:23:18 -07:00
mDuo13
73f3e757d5 'Send a Check' tutorial: minor cleanup
- Put tabs in the same order consistently (Send a Check)
- Use a consistent blob & hash for commandline examples
- Fix the redundant phrase "sign method command"
2019-08-26 18:18:44 -07:00
Rome Reginelli
e4c762ea9f Merge pull request #647 from crypto-deus/patch-2
Update tx-response-escrowfinish-condition.json
2019-07-31 13:21:34 -07:00
crypto-deus
5990490a83 Update tx-response-escrowfinish-condition.json
The hash value has been updated to reflect the hash value from step 6.
2019-07-31 19:45:07 +02:00
crypto-deus
0a8e5bb295 Update tx-request-escrowfinish-condition.json
The transaction "EscrowFinish" identifying hash value from step 6 was different than the hash value used in tx method in step 8.
2019-07-31 19:41:52 +02:00
mDuo13
e97658e0a4 xrpl.org links, colors 2019-06-13 15:41:07 -07:00
mDuo13
9690b06dfb Monitor payments: Correct XRP scale (1e6, not 10e6) 2019-05-28 16:51:49 -07:00
mDuo13
c7ffb23570 Monitoring transactions tutorial: feedback from @intelliot 2019-05-17 18:02:57 -07:00
mDuo13
92da61cada Tx monitoring: Split off tx chaining technique 2019-05-16 18:43:49 -07:00
mDuo13
d19c8ffdf8 Tx history chaining: done with 1st draft of code 2019-05-15 19:39:59 -07:00