mDuo13
03dfe6d6de
Issue a token: Incorporate Java code, clarify some details
2021-08-26 17:05:31 -07:00
nkramer44
678553d6fa
add issue token tutorial code for xrpl4j
2021-08-25 16:10:27 -04:00
mDuo13
511e5c6327
Fix require destination tags code sample
2021-08-24 15:08:26 -07:00
mDuo13
d6e06ae140
Update ripple-lib samples to 1.10.0
...
- Removes lodash dependecy for web version
- Uses the new generateFaucetWallet() API method
- Make 'issue a token' code capable of running in-browser or in Node.js
without modification
2021-08-24 14:47:22 -07:00
mDuo13
cff0fcc716
Issue a token: add README to sample code
2021-08-23 12:11:18 -07:00
mDuo13
5cd067fd7d
Issue a Token improvements: python, UI fixes, etc.
...
- Display some errors without marking the step as complete
(Also applied to Require Destination Tags tutorial)
- Add Python equivalent script
2021-08-20 15:07:23 -07:00
mDuo13
a7eec0b039
Issue a token: interactive & node.js compatible
...
- Make sample code node.js compatible (need to uncomment a few lines)
- Wire up interactive tutorial bits to actually run the relevant code
- Edit instructions slightly, add notes on Require Destination Tags
2021-08-18 15:09:26 -07:00
mDuo13
d93467a8af
Issue a token: working code
...
- Fix bugs in submit and verify helper function
- Tweak tutorial and placement of helper function
- Finish drafting sample code
- Put sample code into tutorial
2021-08-18 15:09:26 -07:00
mDuo13
5d13f1af17
Issue a token: start code sample
2021-08-18 15:09:26 -07:00
mDuo13
369c678013
Update repo URL to XRPLF
2021-07-23 02:05:37 -07:00
Mayukha Vadari
d8fe0ec357
fix wallet sequence
2021-06-08 10:28:01 -04:00
Mayukha Vadari
2e8074865c
fix secure signing
2021-06-03 13:36:12 -04:00
Mayukha Vadari
04e6ac795c
fix prepare payment
2021-06-03 13:33:25 -04:00
Mayukha Vadari
86d5bee937
fix send_xrp
2021-06-03 13:30:50 -04:00
nkramer44
c2bc137be7
rename submitResult to prelimResult.
...
Soften language in submit validation
2021-05-05 10:35:12 -04:00
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