Commit Graph

890 Commits

Author SHA1 Message Date
Elliot Lee
3e0fb151fe Update System Requirements for XRPL servers
The prior minimum specifications are no longer sufficient. Servers require super low latency disk, so EBS doesn't work reliably.

Ref: https://github.com/ripple/rippled/issues/4041#issuecomment-1028285740
2022-02-03 17:30:41 -08:00
mDuo13
1bac2072d3 Wallet tutorial: mention bonus example code 2022-02-02 17:47:28 -08:00
mDuo13
435e1e35a4 Wallet tutorial: refactor bonus owned objects code 2022-02-02 17:42:16 -08:00
mDuo13
3e824759fd Wallet tutorial: more polish 2022-02-01 15:16:33 -08:00
mDuo13
c955314b6c Wallet tutorial: more edits per review 2022-02-01 14:13:34 -08:00
mDuo13
222a7760d1 Improve async setup code 2022-01-31 13:40:18 -08:00
mDuo13
9490cab4eb Wallet tutorial: edits per Windows testing 2022-01-26 17:23:50 -08:00
mDuo13
9105312eef Fix full code links 2022-01-24 11:02:14 -08:00
mDuo13
effc4d470e Build a Wallet: finished draft of tutorial 2022-01-21 19:09:50 -08:00
mDuo13
0dd06fac41 Wallet tutorial: docs thru step 5 2022-01-20 17:21:24 -08:00
mDuo13
4dba0cf70f Build a Wallet: progress thru step 3:
- Tutorial docs through step 3 (inputting an account)
- New screenshots
- Minor code cleanup
- Fix the include_code filter to better handle indentation in Python
  code
2022-01-19 17:33:23 -08:00
mDuo13
14a1fc84d7 Build a Wallet tutorial: text for first few steps 2022-01-18 19:04:34 -08:00
Rome Reginelli
51aefad668 Merge pull request #1295 from gnurag/patch-3
Updated typo in burnToken() function description
2022-01-14 11:12:01 -08:00
manoj
2d10b0f038 Updating [validator_list_keys] for the NFT network 2022-01-14 10:24:27 -08:00
Anurag
f2473dea4d Updated typo in burnToken() function description
`burnToken` instead of `getToken`
2022-01-14 03:47:48 +05:30
Rome Reginelli
fd39520c93 Merge pull request #1279 from develoQ/translate-to-japanese
Translate to Japanese
2022-01-10 23:47:25 -08:00
Rome Reginelli
5de83af34c Merge pull request #1291 from XRPLF/fix-unclosed-comment
fix: install-rippled-on-ubuntu - unclosed comment
2022-01-10 23:34:47 -08:00
Elliot Lee
2273a51ef2 nftoken-tester-tutorial - add See Also links 2022-01-10 22:46:15 -08:00
Elliot Lee
f9630b61c0 fix: install-rippled-on-ubuntu - unclosed comment
The missing `#}` was causing the rest of the page to be cut off (not parsed / published)
2022-01-10 20:40:19 -08:00
mDuo13
bef2d8a20e NFT doc format cleanup 2022-01-10 18:20:21 -08:00
mDuo13
2da5a6beb7 more NFT tutorial fixes 2022-01-10 13:00:21 -08:00
mDuo13
130d8636ab Merge NFT doc fixes 2022-01-10 12:48:43 -08:00
mDuo13
7a7e61485d Ubuntu install for NFT preview 2022-01-10 12:48:04 -08:00
Dennis Dawson
a740c565bd Use parseInt() rather than static int values. 2022-01-10 11:46:07 -08:00
Dennis Dawson
3a49c55a2d Use parseInt() for flag values 2022-01-10 11:25:27 -08:00
Dennis Dawson
b82f6b55a0 In create buy offer, parse the flag int 2022-01-10 11:09:23 -08:00
Dennis Dawson
7d203f500c Fix bizarre swap of "accept" and "cancel" 2022-01-10 10:51:48 -08:00
mDuo13
3e8ecf2191 Fix variables for NFToken source link 2022-01-10 01:10:03 -08:00
mDuo13
2608c5264d Move NFToken tutorial to Use Tokens category 2022-01-10 01:03:20 -08:00
Rome Reginelli
bebd2cfe8c Merge pull request #1278 from mDuo13/nfts_on_devnet
Connect to devnet: NFT feature stanza
2022-01-10 00:45:28 -08:00
mDuo13
92acb7af20 Final values for NFT-Devnet stuff 2022-01-10 00:44:19 -08:00
mDuo13
8b19927f8c NFT-Devnet details 2022-01-07 19:22:05 -08:00
Dennis Dawson
be8cb0790a Update for NFT-Devnet URL, etc. 2022-01-07 14:43:33 -08:00
Dennis Dawson
61dcc2b8dc Change URL to xls20-sandbox 2022-01-07 13:05:08 -08:00
develoQ
33b4d94793 translate disable-master-key-pair 2021-12-23 23:46:09 +09:00
mDuo13
361209e027 NFT stanza feature rename 2021-12-22 16:27:26 -08:00
mDuo13
a21bb92763 Add status disclaimer to NFT pages 2021-12-22 11:23:11 -08:00
mDuo13
c29b917252 Connect to devnet: NFT feature stanza 2021-12-22 11:08:54 -08:00
mDuo13
f1d1ddee8f Remove xrpl.js from NFT pages that don't use it 2021-12-20 12:55:04 -08:00
mDuo13
790cf0b201 Fix NFT page labeling
- Add a flask icon warning that the functionality is not enabled on the
  production network
- Fix default coloring of unassigned topic labels in light mode
- Make a landing page for the NFTs topic label
- Assign a color to the NFTs topic label
2021-12-20 12:44:24 -08:00
Dennis Dawson
0fa15c3825 Correct the devnet URL 2021-12-20 11:23:09 -08:00
Dennis Dawson
22df86acb7 remove "l 2021-12-17 15:27:46 -08:00
Dennis Dawson
1e829d3cf0 Update link to HTML sample file. 2021-12-17 15:18:37 -08:00
Dennis Dawson
ebd84404c9 Add NFT Tutorial 2021-12-17 14:03:59 -08:00
Rome Reginelli
b65cbd4531 Merge pull request #1273 from XRPLF/increase-iops
[system-requirements] Increase required IOPS
2021-12-17 11:40:30 -08:00
Rome Reginelli
3ff0ec2df8 Merge pull request #1263 from mDuo13/install_updates
Minor updates to install docs
2021-12-17 11:37:50 -08:00
Elliot Lee
45684ba290 [system-requirements] Increase required IOPS
Recent discussions have pointed out that 10,000 IOPS is now a reasonable minimum
2021-12-16 15:36:35 -08:00
develoQ
f46c987b8a support commi f0945c3560, commit aa32eae473 2021-12-08 23:30:38 +09:00
develoQ
07e17c13ef translate ticket page 2021-12-08 21:31:58 +09:00
develoQ
82c0f01c34 translate to japanese get-started, get-started-javascript, public-servers, sidechain 2021-12-08 21:31:58 +09:00