Commit Graph

3689 Commits

Author SHA1 Message Date
ddawson
f60618e9b7 NFToken -> NFT 2023-06-07 10:18:21 -07:00
ddawson
bcee652823 Fix parent refs 2023-06-06 15:18:37 -07:00
ddawson
9c8881dd38 QS toc update 2023-06-06 14:42:09 -07:00
ddawson
d168f722a0 Add (Python) to title 2023-06-02 10:00:05 -07:00
ddawson
8d0de0c2eb fix graphic links 2023-06-01 17:00:47 -07:00
ddawson
ec98916a09 Add 3 tutorials 2023-06-01 14:17:57 -07:00
ddawson
37c893b8fc Snake case! 2023-05-18 16:59:25 -07:00
ddawson
ace77f4660 Quickstart Python draft 2023-05-17 17:26:37 -07:00
Rome Reginelli
e5bcfdae9a Merge pull request #1904 from sappenin/df/update-xrpl4j-tutorial
Update tutorial for xrpl4j v3
2023-05-11 12:14:06 -07:00
David Fuelling
a22c6e9541 Add newlines per PR Comments 2023-05-11 13:02:05 -06:00
Tushar Pardhe
8c888bd248 Build a wallet using js - JS Bounty (#1752)
Created javascript tutorial with feedback from @mDuo13 and @JST5000 to teach folks how to build a wallet for the xrpl using javascript.
2023-05-09 16:52:21 -07:00
David Fuelling
e7ce236717 re-add comment 2023-05-09 17:02:22 -06:00
David Fuelling
a18fe56cdf Update tutorial for xrpl4j v3
This PR updates all Java examples to utilize xrpl4j v3, which has slight different contracts as compared to v2.
2023-05-09 16:54:40 -06:00
Rome Reginelli
022f24c1e6 Merge pull request #1878 from XRPLF/dependabot/pip/content/_code-samples/airgapped-wallet/py/sqlparse-0.4.4
Bump sqlparse from 0.4.2 to 0.4.4 in /content/_code-samples/airgapped-wallet/py
2023-05-01 14:57:38 -07:00
mDuo13
9ef1a6b286 Fix Serialization table & STIssue link 2023-04-27 12:38:40 -07:00
Rome Reginelli
cd8179b356 Merge pull request #1879 from XRPLF/link-check-tutorial
Update check.md - add link to tutorial with example code
2023-04-25 13:50:40 -07:00
Rome Reginelli
87511da52a Merge pull request #1874 from mDuo13/rm_more_amm
Remove more AMM docs
2023-04-24 14:20:02 -07:00
Rome Reginelli
4b992a7842 Merge pull request #1873 from develoQ/ja-fix-accountroot
[JA] fix account root table
2023-04-24 14:19:49 -07:00
Rome Reginelli
c4c1f02ac2 Merge pull request #1844 from develoQ/ja-multisig
[JA] MultiSig
2023-04-24 12:51:14 -07:00
Elliot Lee
a0044486a5 Update check.md - add link to tutorial with example code 2023-04-24 09:30:38 -07:00
dependabot[bot]
4ae90ae7a2 Bump sqlparse in /content/_code-samples/airgapped-wallet/py
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.4.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases)
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.2...0.4.4)

---
updated-dependencies:
- dependency-name: sqlparse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-21 22:23:59 +00:00
Rome Reginelli
90aa6d0ce4 Merge pull request #1751 from rikublock/riku/b0079-ms3
[Bounty 0079] Python code samples for Decentralized Exchange
2023-04-20 12:07:00 -07:00
mDuo13
0853e070ce ledger_entry: remove leftover AMM link 2023-04-20 11:54:24 -07:00
Dennis Dawson
49684b4391 Merge pull request #1862 from XRPLF/add_nft_api_topic
add nft api topic
2023-04-19 08:48:37 -07:00
ddawson
a62f237849 format fix 2023-04-18 14:49:51 -07:00
ddawson
1d6be20c95 add binary response 2023-04-18 14:24:59 -07:00
ddawson
3c552bd1e3 Add nft_history to pub apis 2023-04-18 10:58:30 -07:00
ddawson
303ba47892 Fix marker def 2023-04-18 10:12:22 -07:00
ddawson
8ea9068ec5 Add request fields 2023-04-18 09:46:25 -07:00
Riku
01febf201c add comment usage get_order_book_changes 2023-04-18 11:37:41 +02:00
Rome Reginelli
f7a0543a95 Merge pull request #1830 from develoQ/ja-servers
[JA]  concept XRP Ledger Servers
2023-04-17 13:58:59 -07:00
Rome Reginelli
101e6369ce [JA] more consistent network naming 2023-04-17 13:58:48 -07:00
mDuo13
babe32732a Remove more AMM docs 2023-04-17 12:14:49 -07:00
Rome Reginelli
7d7dcae658 Merge pull request #1790 from zgrguric/patch-3
Descriptive list of types in Transaction Types
2023-04-17 11:36:57 -07:00
Riku
2150095bb7 comment clean up 2023-04-17 10:09:20 +02:00
Riku
ba4397fcbe sanitize division char 2023-04-17 10:06:45 +02:00
tequ
2b9e05931c [JA] fix account root table 2023-04-17 11:34:36 +09:00
tequ
3ddb7112b1 Merge commit '6e7a8b8ad389845d792b6798bf7b8ddebb7b540c' into ja-multisig 2023-04-16 00:22:37 +09:00
Shawn Xie
6e7a8b8ad3 Add note for ledger_data API about type field (#1819)
* add note for `ledger_data` about `type`

* Revise to give more clarity on whats happening
2023-04-13 13:57:00 -04:00
Amarantha Kulkarni
4c01a5dbf7 Part 2 of the fix for Issue 1820 (Move AMM pages) (#1867)
* Remove in-development files for AMM proposal

* Add redirects for in-development AMM pages
2023-04-12 12:16:20 -07:00
ddawson
11b6267fe5 Add NFTokenPage to account_objects.md 2023-04-11 14:49:59 -07:00
Rome Reginelli
5fb087998b Merge pull request #1843 from develoQ/ja-authorized-trust-lines
[JA] Authorized Trustlines
2023-04-11 09:43:15 -07:00
Amarantha Kulkarni
87178f3fcb Remove in-development docs for sidechains and EVM sidechains (#1863)
* Remove in-development docs for EVM sidechain and now obsolete content for federated sidechains dev preview

* Remove disclaimer note about EVM sidechain

* Remove references to sidechains which are in development

* Add redirects to deleted pages

* Incorporate feedback to comment out Issue Fields

* Fix broken links
2023-04-10 07:25:07 -07:00
tequ
aa2809ac5e [JA] update cryptographic-keys (#1849) 2023-04-07 13:57:49 -07:00
Amarantha Kulkarni
5794b6fe09 Fix for Issue1765 that clarifies currency format (#1860)
When merged, fixes #1765.
2023-04-07 13:54:34 -07:00
ddawson
30809a7fd3 fix clio ubuntu link 2023-04-06 16:04:23 -07:00
ddawson
a7eecd8289 add nft api topic 2023-04-06 15:37:43 -07:00
zgrguric
367615969b Merge branch 'XRPLF:master' into patch-3 2023-04-05 20:04:47 +02:00
zgrguric
f5f0ccfbc5 Update content/references/protocol-reference/transactions/transaction-common-fields.md
Co-authored-by: Rome Reginelli <mduo13@gmail.com>
2023-04-05 20:02:12 +02:00
Rome Reginelli
86ed60ea88 Merge pull request #1829 from develoQ/ja-concept-interoperability
[JA] concept interoperability
2023-04-05 09:08:10 -07:00