Commit Graph

163 Commits

Author SHA1 Message Date
nkramer44
cb901f8851 Update content/tutorials/get-started/get-started-using-java.md
Co-authored-by: Rome Reginelli <rome@ripple.com>
2021-05-05 10:22:46 -04:00
nkramer44
bee77cfa3f fix maven language and add link to sample repo 2021-05-05 10:19:07 -04:00
nkramer44
2300b9f020 get rid of xrpl-py reference 2021-05-04 16:44:23 -04:00
nkramer44
ef7626bc31 add parent to getting started 2021-05-04 16:38:07 -04:00
nkramer44
3a3da60d54 add secure signing for java 2021-05-04 16:36:56 -04:00
mDuo13
ca5487e922 Fix Get Started w/ Python missing from nav 2021-05-04 10:23:51 -07:00
nkramer44
b1cbdeb331 get rid of preparing payment from getting started 2021-05-04 13:19:38 -04:00
nkramer44
5d4400f543 add bouncy-castle 2021-05-04 11:40:00 -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
mDuo13
517ba6663f References restructuring. Fixes #1022 2021-04-30 17:46:04 -07:00
mDuo13
02a852ec56 Use frontmatter for tutorials 2021-04-21 18:44:41 -07:00
mDuo13
d476617646 More frontmatter updates 2021-04-21 15:15:32 -07:00
mDuo13
43b1aef137 Use auto hierarchy tech 2021-04-15 18:24:41 -07:00
Ryan G. Young
e55744a624 revise per Rome feedback 2021-04-07 13:36:09 -07:00
Ryan G. Young
4e42b2cac6 adds xrpl-py to lib list and misc formatting 2021-04-01 22:48:39 -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
mDuo13
c7dc998adf xrpl-py tutorial: fix links in JA target 2021-03-31 18:07:39 -07:00
Ryan G. Young
a8b194c8a9 simplify git clone and cd path 2021-03-31 13:52:37 -07:00
Ryan G. Young
9fe380ab16 updatee prepare payment section 2021-03-31 13:45:26 -07:00
Ryan G. Young
bd7aa7cf86 remove escrow link 2021-03-31 13:07:26 -07:00
Ryan G. Young
df3a83d714 add validated explanation 2021-03-30 15:15:30 -07:00
Ryan G. Young
5b0fb27aac revise per Rome, Mayuhka feedback 2021-03-30 15:07:36 -07:00
Ryan G. Young
17add7cab1 fix include_code syntax errors 2021-03-29 11:11:58 -07:00
Ryan G. Young
701a95ca53 add python example for secure signing 2021-03-28 23:15:07 -07:00
Ryan G. Young
ba10bd2e10 rebase and add include_code to page 2021-03-27 17:23:03 -07:00
Ryan G. Young
f972c23393 finish revision, use code includes 2021-03-27 17:12:56 -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
66fd6f8b38 add v rough sample code and initial structure 2021-03-27 17:12:56 -07:00
Ryan G. Young
337180bb00 add new independent py tutorial and env setup 2021-03-27 17:12:55 -07:00
Ryan G. Young
12355f6a9d add code samples for connect and query steps 2021-03-27 17:12:55 -07:00
Ryan G. Young
ee0522909f initial structure and first code samples 2021-03-27 17:12:55 -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
Rome Reginelli
55fb729f38 Merge pull request #968 from mDuo13/reporting_mode_api
Reporting mode api
2021-02-18 18:14:03 -08:00
mDuo13
767ef4b852 Reporting Mode: API changes 2021-02-17 13:04:10 -08:00
mDuo13
decda08a2a Move filter_interactive_steps to frontmatter
Requires Dactyl v0.13.2 or higher. Otherwise you'll get a "start_step()
is not defined" error.
2021-01-11 20:30:35 -08:00
mDuo13
5d435c0858 Add xrpl.ws to list of public servers 2020-10-27 17:31:10 -07:00
mDuo13
b1339f84c6 Clean up unused / removed pages & images
- Delete folders for new pages that are handled by templates w/ no
  markdown source
- Fully remove "Use Cases", leaving redirects for deleted pages.
    - Move certain pages to new areas & remove Use Case markup
- Add "Contribute Code to the XRP Ledger" draft page
- Fix image paths in some Japanese-translated pages
2020-09-18 16:39:52 -07:00
mDuo13
8e6173b2e4 Get started - reorg for faster start, next steps 2020-09-11 18:08:08 -07:00
mDuo13
0beb372a6f Syntax highlighting [Dactyl v0.13 req], generalized get started 2020-09-02 18:22:58 -07:00
mDuo13
c636162a89 Update get started section 2020-08-31 14:28:23 -07:00
mDuo13
a809ed03b1 Get Started: Add other example servers 2020-08-27 18:58:26 -07:00
mDuo13
5657e8b47c Get Started updates
- Update ripple-lib to 1.8.0
- Incomplete "Get Started" widget for playing with RippleAPI for JS
2020-08-27 17:48:21 -07:00
mDuo13
72002fd773 Support theme-aware diagrams:
- SVG diagrams can adapt to the visual theme of the site through CSS.
- Use the include_svg filter to include a diagram that adapts to the
  theme.
- The styles/_diagrams.scss file controls the color mappings for
  theme-aware digrams.
- Theme-aware diagrams are limited to specific colors and diagram
  styles. Use UMLet or Google Draw and confirm that the diagram is still
  legible when you build it.
- This commit updates existing diagrams in most places to be
  theme-aware.
2020-08-17 13:12:01 -07:00
mDuo13
c63d10d116 Most spelling, more style cleanup 2020-07-24 03:28:02 -07:00
mDuo13
389e563b27 [JA] Finish link fixing
- Removes the redundant "English" locale since English is the default
  language when no locale is specified
- Adds translation tags to domain verification checker tool (so that one
  broken link from there can be fixed)
- Fixes several typos in Japanese docs
- Adds redirects & other config changes to make links work
2020-06-22 16:44:46 -07:00
mDuo13
fcad9d0376 Update Japanese translation files 2020-06-22 16:43:11 -07:00