Commit Graph

105 Commits

Author SHA1 Message Date
mDuo13
755b15383b Update contributor documentation w/ more info
- Clarify frontmatter, especially titles
- Document more markdoc tags
2025-10-08 17:53:13 -07:00
mDuo13
07f4436b45 Rename redundant pseudo-transactions index page 2025-10-06 14:27:23 -07:00
Rome Reginelli
3a0abdefd8 Merge pull request #3301 from XRPLF/pdex_use_case
Permissioned DEX use case
2025-10-03 11:20:55 -07:00
Rome Reginelli
83eb61f440 Merge branch 'master' into mpt_concept_rewrite 2025-09-25 18:31:44 -07:00
mDuo13
1e4bb442b2 Fix issues with tokens rewrite 2025-09-24 14:26:05 -07:00
mDuo13
47d56ceb11 Adjust pDEX use case title per review 2025-09-23 11:47:18 -07:00
mDuo13
b1c1ae685a Remove Reporting Mode & History Shards docs 2025-09-12 17:03:56 -07:00
mDuo13
00c98cf68f Further flesh out pDEX use case page 2025-09-10 17:54:27 -07:00
Carles
b94d5343bc Apply suggestions from code review
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
2025-09-10 10:12:06 -07:00
banasa44
3ee23b8c7d feat(docs): add xrpl-go GoLang package to XRPLF documentation site 2025-09-10 10:12:06 -07:00
Maria Shodunke
ba2859ee84 Merge pull request #3211 from banasa44/docs/feat/add-go-to-docs
Add xrpl-go examples and references to xrpl-dev-portal
2025-09-04 14:28:36 +01:00
akcodez
e94a5a0269 Update payments and tokenization pages with new components and layout adjustments
- Changed the payments page to use `index.page.tsx` instead of `index.md` for better component integration.
- Added `AdvantagesSection` and `ProjectCards` components to both payments and tokenization pages to enhance content presentation.
- Adjusted CSS styles for improved responsiveness and layout consistency across different screen sizes.
- Removed outdated security card implementation in tokenization page and replaced it with a more streamlined advantages section.
2025-08-25 11:54:17 -07:00
Carles
22d67e640d Apply suggestions from code review
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
2025-08-25 10:58:26 +02:00
mDuo13
30e6767f58 Update account objects, ledger_data w/ separate list of short types 2025-08-14 14:49:26 -07:00
mDuo13
a6c2490707 Fix more permission delegation references 2025-07-24 18:49:07 -07:00
mDuo13
a2d754b40f Start fixing up Permission Delegation docs 2025-07-23 16:48:23 -07:00
Rome Reginelli
6c81a15b2e Merge pull request #3190 from XRPLF/update_install_docs
Update installation supported OSes
2025-07-22 14:11:47 -07:00
banasa44
82b976905e feat(docs): add xrpl-go GoLang package to XRPLF documentation site 2025-07-22 11:15:48 +02:00
tequ
b21252f499 Fix DevTool links to use Link component 2025-07-18 22:53:57 +09:00
mDuo13
d6075dd033 Update installation supported OSes 2025-07-11 15:59:31 -07:00
mDuo13
a67dc50ef6 Permissioned DEX: concept, API methods, links 2025-06-23 13:30:47 -07:00
Dennis Dawson
e0e2b63d50 Update for publication. 2025-06-23 12:48:57 -07:00
Oliver Eggert
c1acd9e417 add batch transactions docs 2025-06-17 14:07:12 -07:00
Oliver Eggert
7f80874c8e add reviewer suggestions 2025-05-28 15:39:12 -07:00
Oliver Eggert
cd539662c4 add permissioned domain modular tutorial 2025-05-28 12:59:07 -07:00
Maria Shodunke
c380beca8a Add verify credentials tutorial for Javascript 2025-04-22 18:58:29 +01:00
Maria Shodunke
0f9338c0b9 Add tutorial documentation 2025-04-15 11:45:54 +01:00
tequ
fb076c8a67 [JA] Update sidebar 2025-04-14 11:57:17 +09:00
Dennis Dawson
484db5ab37 Merge pull request #2997 from XRPLF/add_mpt_uc_1
MPT use case with MPT generator, Send MPT Tutorial
2025-04-03 12:51:23 -07:00
Amarantha Kulkarni
fe1e0f4a66 Merge pull request #3042 from XRPLF/contribute-blog
Contribution guidelines for blog posts
2025-04-03 12:20:25 -07:00
Dennis Dawson
f15eccefb7 Move send mpts to tutorials, redo screenshots, revise code samples 2025-04-02 14:04:13 -07:00
Dennis Dawson
c253ee43f1 Merge pull request #2972 from XRPLF/add_account_config_topic
Add account configuration topic
2025-03-31 12:25:17 -07:00
Amarantha Kulkarni
f31c504b88 Merge pull request #3040 from XRPLF/add-non-admin-feature-rpc
Add non-admin feature RPC
2025-03-28 10:16:21 -07:00
amarantha-k
1a7e5934da Incorporate review feedback 2025-03-24 11:18:00 -07:00
Maria Shodunke
d905b9c68d Update with review comments for docs 2025-03-24 18:06:23 +00:00
mDuo13
2112b1e396 Verify Credentials tutorial & sample code (Python)
verify_credential: comment out unused error

Verify credential: implement commandline usage

Add verify creds tutorial

Verify credential: expand example usage

Verify credential: clarify Python version

Verify Credential: add description metadata

Apply suggestions from @maria-robobug review

Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>

Credential Verification: Add hex example & remove old TODO
2025-03-20 16:52:23 -07:00
Dennis Dawson
09826b9035 Incorporate MPT Use Case 2 with Use Case 1 2025-03-20 14:00:46 -07:00
Maria Shodunke
6f4a89f116 Add non-admin feature RPC 2025-03-20 18:36:37 +00:00
mDuo13
359e598a8b Add Credential Issuer tutorial
Adds a code sample and a code walkthrough explaining how to build a
service that issues Credentials (XLS-70) on the XRP Ledger.

Credential issuer: Clarify/revise documents field

Issue credentials code sample: fix bugs

Apply suggestions from @oeggert review

Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>

Credential Issuer: more edits for clarity
2025-03-19 16:15:06 -07:00
Oliver Eggert
342ee2f9eb add permissioned domain object 2025-03-07 15:05:04 -08:00
oeggert
0160d5dab0 Merge branch 'rippled-2.4.0' into add_dynamic_nfts 2025-03-05 18:41:07 -08:00
Oliver Eggert
a5da13c4bb update deep freeze docs 2025-03-05 14:03:20 -08:00
oeggert
57579d4bbc Merge branch 'rippled-2.4.0' into add_dynamic_nfts 2025-03-05 13:14:30 -08:00
Dennis Dawson
9f56612b88 Merge pull request #3026 from XRPLF/add_deep_freeze
add deep freeze topic
2025-03-05 11:26:14 -08:00
Oliver Eggert
2238c17eb0 add permissioned domains docs 2025-03-05 10:22:26 -08:00
Dennis Dawson
63dc6a3e92 add deep freeze topic 2025-03-05 09:50:11 -08:00
oeggert
14a08d1a9d Merge branch 'rippled-2.4.0' into add_dynamic_nfts 2025-03-04 20:50:38 -08:00
Oliver Eggert
eef5714a64 add simulate method docs 2025-03-04 16:10:16 -08:00
Dennis Dawson
eae6a9edda Add Dynamic NFTs concept and reference 2025-03-04 09:29:34 -08:00
Oliver Eggert
c72b8daf72 add validator list threshold 2025-03-03 14:03:38 -08:00