Commit Graph

10 Commits

Author SHA1 Message Date
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
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
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
762cd6dc34 remove SendPayment.java.
Add Java to send-xrp tutorial
2021-05-04 15:50:32 -04:00
mDuo13
4acd483220 Send XRP (py): updates for 1.0.0 2021-03-31 17:16:24 -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