Commit Graph

520 Commits

Author SHA1 Message Date
dependabot[bot]
7e092d7577 Bump cryptography in /content/_code-samples/airgapped-wallet/py
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.0 to 41.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.0...41.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-15 01:22:56 +00:00
dependabot[bot]
d47c613dfb Bump django in /content/_code-samples/airgapped-wallet/py
Bumps [django](https://github.com/django/django) from 3.2.19 to 3.2.20.
- [Commits](https://github.com/django/django/compare/3.2.19...3.2.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 23:27:55 +00:00
Rome Reginelli
5116247da7 Merge pull request #1933 from XRPLF/xrpl-py-2.0
feat: Update xrpl-dev-portal to use xrpl-py 2.0
2023-07-05 15:00:32 -07:00
mDuo13
dde4e8c94b Airgapped wallet: remove redundant wallet import 2023-07-05 14:56:55 -07:00
Dennis Dawson
ca14a46c65 Fix field name
Field ID "standbyNFTCountField" should be "standbyNFTokenCountField."
2023-06-27 16:48:27 -07:00
Rome Reginelli
91f140ce7a Merge pull request #1971 from 9oelM/update-ledger-index-key
Update outdated "ledger" key to "ledger_index" key
2023-06-23 15:32:05 -07:00
Dennis Dawson
aa71d90bca Merge pull request #1911 from XRPLF/pythonQuickstart
Quickstart Python draft
2023-06-23 11:31:18 -07:00
ddawson
a21ef00c4e python -> py 2023-06-23 11:17:20 -07:00
9oelM
5cff7b11c5 Update outdated "ledger" key to "ledger_index" key 2023-06-23 21:19:30 +08:00
ddawson
a441977796 Remove QS link. 2023-06-21 13:57:04 -07:00
ddawson
244b2945f7 Add ReadMe for JS 2023-06-21 13:39:11 -07:00
ddawson
a0fef7a975 update code 2023-06-21 12:12:33 -07:00
JST5000
968df9d379 Update param order for autofill_and_sign and sign_and_submit 2023-06-15 15:42:03 -07:00
JST5000
445b58bdd5 Remove unused import 2023-06-15 15:14:50 -07:00
JST5000
9e179c83c0 Use shorter names for sign/submit 2023-06-15 13:29:54 -07:00
JST5000
965d8c20a2 Change to AccountSetAsfFlag for enum 2023-06-08 15:43:39 -07:00
JST5000
89c3dd86da Fix check snippets 2023-06-08 15:39:22 -07:00
JST5000
cda4b6e18c Make build-a-wallet work with 2.0.0 2023-06-08 15:32:48 -07:00
JST5000
3bb6508907 Make sure airgapped wallet works locally 2023-06-08 15:16:08 -07:00
JST5000
7d0c298f12 Specify secp256k1 2023-06-08 14:36:14 -07:00
JST5000
3a6c7dac74 Change classic_address to address xrpl-py 2023-06-08 14:33:14 -07:00
JST5000
45d9e894ed Use autofill_and_sign as new name 2023-06-08 14:22:29 -07:00
Dennis Dawson
1cd287ff32 Update README.md 2023-06-07 14:06:26 -07:00
Dennis Dawson
8cdc7c57b5 Python Quickstart UI and module files
These files are still WIP, uploaded for review.
2023-06-07 14:00:24 -07:00
Dennis Dawson
fe6a478828 Create ReadMe.md 2023-06-07 13:58:17 -07:00
Dennis Dawson
1a1566b775 Add individual JavaScript example files. 2023-06-07 13:50:16 -07:00
Dennis Dawson
9e9d750f43 Delete quickstart.zip
Remove the archive and upload individual files.
2023-06-07 13:48:54 -07:00
JST5000
a5f3d15778 Remove wallets being initialized with sequence 2023-06-06 16:46:59 -07: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
JST5000
57ff619f98 Fix a usage of wallet.sequence 2023-06-05 17:29:52 -07:00
JST5000
35bcc2d636 Update airgapped-wallet to work with 2.0 2023-06-05 17:10:09 -07:00
JST5000
286e71eede Update requirements to point to xrpl-py 2.0 2023-06-05 16:22:28 -07:00
JST5000
676e75da16 send_reliable_submission -> submit_and_wait 2023-06-05 16:05:04 -07: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