Commit Graph

494 Commits

Author SHA1 Message Date
Alexander Busse
b8bb488a05 Update content/_code-samples/build-a-wallet/desktop-js/view/4_tx-history.html
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-27 11:19:04 +02:00
AlexanderBuzz
11b26958b3 Removed reset button from HTML dialog elements 2023-07-13 09:05:32 +02:00
AlexanderBuzz
b4cf2fef3d Fixed ambivalent formatting issue in Step 2 2023-07-10 16:54:10 +02:00
AlexanderBuzz
b46e8a6ada Restructured Step 2 - 7 to "code along" style 2023-07-05 10:44:15 +02:00
AlexanderBuzz
3d9a3ca1d1 Restructured Step 0 + 1 to "code along" style 2023-07-03 17:33:36 +02:00
AlexanderBuzz
b96d3a31e5 Re-added code to clean branch 2023-06-20 13:57:07 +02:00
Rome Reginelli
53712fb5cc Merge pull request #1935 from XRPLF/dependabot/npm_and_yarn/content/_code-samples/build-a-wallet/js/vite-4.1.5
Bump vite from 4.1.1 to 4.1.5 in /content/_code-samples/build-a-wallet/js
2023-06-06 13:09:40 -07:00
Rome Reginelli
cfb577fe2e Merge pull request #1926 from XRPLF/dependabot/pip/content/_code-samples/airgapped-wallet/py/cryptography-41.0.0
Bump cryptography from 39.0.1 to 41.0.0 in /content/_code-samples/airgapped-wallet/py
2023-06-06 13:05:34 -07:00
Rome Reginelli
c5685fe0cb Merge pull request #1921 from XRPLF/dependabot/pip/content/_code-samples/build-a-wallet/py/requests-2.31.0
Bump requests from 2.25.1 to 2.31.0 in /content/_code-samples/build-a-wallet/py
2023-06-06 13:04:32 -07:00
dependabot[bot]
e282692b4c Bump vite in /content/_code-samples/build-a-wallet/js
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.1 to 4.1.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.1.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.1.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 02:13:34 +00:00
dependabot[bot]
ec30dca2b2 Bump cryptography in /content/_code-samples/airgapped-wallet/py
Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-02 20:17:39 +00:00
Jackson Mills
910cfa91d4 Update .env in js wallet tutorial (#1922)
The tutorial explains the right way to do things, but the example code has a file that is out of date. It shows CLIENT="wss://s.altnet.rippletest.net" which is missing the ":51233/" required to actually connect via websocket.
2023-05-25 09:01:47 -07:00
dependabot[bot]
6657bdabf8 Bump requests in /content/_code-samples/build-a-wallet/py
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 01:37:08 +00:00
Rome Reginelli
e8d4bc97cf Merge pull request #1903 from XRPLF/dependabot/pip/content/_code-samples/airgapped-wallet/py/django-3.2.19
Bump django from 3.2.18 to 3.2.19 in /content/_code-samples/airgapped-wallet/py
2023-05-17 14:57:06 -07:00
Rome Reginelli
13ed64373c Merge pull request #1905 from sibelly/updates-send-a-memo-sample
Updates send a memo code sample
2023-05-16 16:24:47 -07:00
sibelly
bbaf22d650 fixes 2023-05-11 15:32:07 -04: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
sibelly
b0c03a8a33 adds a readme and the package.json to execute the js file 2023-05-09 19:33:51 -04:00
sibelly
73e61b964f fixes wrong statement print, changes to console.log one 2023-05-09 19:33:20 -04: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
dependabot[bot]
06dae2100f Bump django in /content/_code-samples/airgapped-wallet/py
Bumps [django](https://github.com/django/django) from 3.2.18 to 3.2.19.
- [Commits](https://github.com/django/django/compare/3.2.18...3.2.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-09 22:17:36 +00: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
Riku
01febf201c add comment usage get_order_book_changes 2023-04-18 11:37:41 +02: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
Dennis Dawson
5a6eb7da32 Fix Set Minter
Also some formatting issues, remove getElementByID statements.
2023-03-30 16:47:35 -07:00
dependabot[bot]
7f1d11a141 Bump django in /content/_code-samples/airgapped-wallet/py
Bumps [django](https://github.com/django/django) from 3.2.16 to 3.2.18.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.16...3.2.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-09 23:41:29 +00:00
Rome Reginelli
ef07c1f93f Merge pull request #1724 from XRPLF/dependabot/pip/content/_code-samples/airgapped-wallet/py/cryptography-39.0.1
Bump cryptography from 35.0.0 to 39.0.1 in /content/_code-samples/airgapped-wallet/py
2023-03-09 15:40:46 -08:00
Jackson Mills
45db895981 Fix unit test on MacOS 2023-03-09 14:53:40 -08:00
Riku
f684942b8b output more details while executing 2023-03-09 08:28:07 +01:00
Riku
9cc2ae6c1d add python trade-in-the-dex sample code 2023-03-09 08:28:05 +01:00
Rome Reginelli
743804d703 Merge pull request #1748 from rikublock/riku/b0079-ms2
[Bounty 0079] Python code samples for require destination tags
2023-03-08 17:59:11 -08:00
Dennis Dawson
8c0ecfb3f3 Remove XLS20 references
Stray references to xls20-devnet removed from ripplex4-transfer-nfts.js and ripplex5-broker-nfts.js
2023-03-08 12:26:17 -08:00
Riku
68622dbece output more info while executing 2023-03-04 11:18:24 +01:00
Riku
cfc226efb2 rename base-async 2023-03-04 11:05:18 +01:00
Riku
259360735d add async python require-dest-tag code example
It's now very similar to the js example
2023-02-17 17:15:59 +01:00
Riku
e3a8109d26 add basic python async getting started example 2023-02-17 17:12:40 +01:00
AlexanderBuzz
c8581ffbae Bounties 0077 js samples 2 Airgapped Wallet (#1693) 2023-02-08 09:35:25 -08:00
Wo Jake
fa05d0ead7 Update Escrows to use current implementation (#1687) 2023-02-07 19:04:59 -08:00
Wo Jake
bc7fa8a39f JS code sample to list account tokens & objects (#1697) 2023-02-07 19:02:30 -08:00
Tushar Pardhe
5ec2e61e54 Checks - JS Bounty (#1705) 2023-02-07 16:39:10 -08:00
Wo Jake
627b5e2730 Python/JS code sample for Memo (#1685) 2023-02-07 14:38:03 -08:00
Wo Jake
20a6b9ff4c JS code sample for Tickets & Multisig tx (#1689) 2023-02-07 14:33:13 -08:00
Wo Jake
c449778548 Python/JS code sample for account deletion (#1684) 2023-02-07 14:30:21 -08:00
Wo Jake
b54055aa09 Python/JS code samples for NFTs (#1682) 2023-02-07 14:27:56 -08:00
dependabot[bot]
80b3ed0f8b Bump cryptography in /content/_code-samples/airgapped-wallet/py
Bumps [cryptography](https://github.com/pyca/cryptography) from 35.0.0 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/35.0.0...39.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-07 22:13:43 +00:00