Commit Graph

292 Commits

Author SHA1 Message Date
Rome Reginelli
6cc92778ab Merge pull request #1216 from XRPLF/freeze_interactive
Interactive Freeze tutorials
2021-10-26 15:31:16 -07:00
mDuo13
473f38329d Freeze/interactive tutorials: edits per reviews 2021-10-26 14:43:10 -07:00
mDuo13
7c6257c2d8 Freeze tutorials: fixes and cleanup
- Move JS code samples to JS folder (future-proofing for other
  languages)
- Make "Freeze a Trust Line" tutorial interactive
- Add necessary functionality to interactive_tutorial helper JS
- Rework freeze a trust line tutorial/code sample to make an incoming
  line from another address and make looking up trust lines a
  full-fledged step
2021-10-25 22:56:31 -07:00
Elliot Lee
916845a0b6 Get Started Using JavaScript: use WebSocket URI 2021-10-25 20:40:24 -07:00
Jackson Mills
fc6ed9b850 Fix AccountRootFlag import to avoid require 2021-10-22 15:14:23 -07:00
Jackson Mills
ab6fd81297 Import lsfFlags and check setting correctly 2021-10-22 09:33:53 -07:00
Jackson Mills
bae05b1cc0 Fix syntax to match xrpl newest version + fix validate 2021-10-21 16:54:18 -07:00
Jackson Mills
10a2365559 Add validate and comment to all transactions 2021-10-21 16:34:30 -07:00
Jackson Mills
18497792fb Remove .on(error) as it isn't part of the tutorial 2021-10-21 16:29:05 -07:00
Jackson Mills
55eaed4b68 Standardize imports to work in browser + node 2021-10-21 16:27:34 -07:00
Jackson Mills
30d78812b3 Fix indentation 2021-10-21 16:26:49 -07:00
mDuo13
8579fa382c Code samples: clean up package versioning for xrpl.js 2.0 2021-10-20 13:26:49 -07:00
mDuo13
a4bdf4ae2b JS get started: more edits per feedback 2021-10-20 13:22:41 -07:00
mDuo13
ee927ebf94 xrpl.js 2.0: clean up issue a token examples 2021-10-20 11:39:43 -07:00
mDuo13
92a8faecac xrpl.js 2.0 release edits
- Final CDN URLs; remove TODOs
- Update sample code in Use Tickets tutorial
2021-10-20 11:27:17 -07:00
mDuo13
bea3f71601 xrpl.js 2.0 code samples cleanup 2021-10-20 02:05:20 -07:00
mDuo13
d13b1a6895 Freeze tutorials: remove TODOs for code samples 2021-10-20 01:59:52 -07:00
mDuo13
58ea2abc40 xrpl.js 2.0: remove more TODOs, cleanup set individual freeze 2021-10-20 01:50:18 -07:00
Rome Reginelli
c4b3c77859 Merge branch 'xrpljs2.0' into update-freeze-code 2021-10-19 19:14:36 -07:00
mDuo13
7cff4596cc xrpl.js 2.0: address feedback, fix many TODOs 2021-10-19 18:55:06 -07:00
Jackson Mills
68c0088480 Added investigate and clear for individual freeze 2021-10-18 15:33:24 -07:00
Jackson Mills
54492217a9 Add timeout to investigation section 2021-10-18 15:17:02 -07:00
Jackson Mills
e199745d49 Add set-global version with checks and without 2021-10-18 15:07:38 -07:00
Jackson Mills
50623e9a57 Add full set/disable workflow to global freeze 2021-10-18 15:03:01 -07:00
Jackson Mills
2dfbf81d0a Temporarily fix lsf not being exported 2021-10-18 15:02:38 -07:00
Jackson Mills
4530ccb5c9 Temporarily fix check-global-freeze until beta updated 2021-10-18 14:34:00 -07:00
Jackson Mills
4db02120b2 Split check file into global and no freeze files 2021-10-18 10:35:22 -07:00
Jackson Mills
7e5ae86eba Comment check-global-freeze 2021-10-18 10:34:02 -07:00
Jackson Mills
0584000b20 Comment set-global-freeze and remove old import 2021-10-18 10:32:08 -07:00
Jackson Mills
181ce464c3 Make set-individual-freeze more readable + comment 2021-10-18 10:22:54 -07:00
Jackson Mills
8aa4393933 Add clarifying comments to set-no-freeze 2021-10-18 10:07:37 -07:00
Jackson Mills
7f89d3734c Add clarifying comments to individual-freeze 2021-10-18 10:01:12 -07:00
Jackson Mills
95a1de45f7 Update set-no-freeze and add more debugging 2021-10-18 09:50:55 -07:00
Jackson Mills
ea5bc3a31a Remove semi-colons 2021-10-18 09:30:45 -07:00
Jackson Mills
acef5fcccc Migrate check-global-freeze to 2.0 2021-10-18 09:27:45 -07:00
mDuo13
73a3756ede xrpl.js 2.0: more updates 2021-10-15 17:49:35 -07:00
Jackson Mills
ae72b1e024 Fix set-individual-freeze when trustline exists 2021-10-15 16:42:53 -07:00
Jackson Mills
30fbc2e42a Migrate check-individual-freeze.js 2021-10-15 15:40:50 -07:00
Jackson Mills
67c7390055 Use submitReliable in set-individual-freeze 2021-10-15 13:21:11 -07:00
Jackson Mills
884607cb2e Migrate set-global-freeze.js 2021-10-15 10:55:31 -07:00
Jackson Mills
04b075d490 Add clarifying comments 2021-10-15 10:30:20 -07:00
mDuo13
b08f4334ea Refactor Send XRP: reliable sub, folders by language
- Use reliable transaction submission methods where available
- Update text to describe the functions (esp. xrpl.js 2.0 stuff)
- Move Send XRP code samples to subfolders by language for consistency
  with other tutorials
2021-10-14 19:41:23 -07:00
Jackson Mills
588bfd0ae3 Migrate set-individual-freeze to 2.0 2021-10-14 16:42:35 -07:00
mDuo13
69641175ce xrpl.js 2.0: small code updates 2021-10-13 17:37:37 -07:00
mDuo13
58a9c25c2b code updates for xrpl.js 2.0 beta 5 2021-10-12 19:16:22 -07:00
mDuo13
1c9516aa68 xrpljs 2.0: transaction stuff in migration guide, etc. 2021-10-12 19:16:22 -07:00
mDuo13
64e915eeb2 xrpl.js 2: update many mentions, more code 2021-10-12 19:16:20 -07:00
mDuo13
6fc9afbd7e Get started: consolidate, start updating Node.js 2021-10-12 19:12:35 -07:00
mDuo13
d4b10f4dfe xrpl.js: Update to 2.0.0b2 2021-10-12 19:03:03 -07:00
mDuo13
feaef69da7 xrpl.js: working send xrp sample code, etc. 2021-10-12 19:03:03 -07:00