From b7054647ee76372c19056007f24e5038a14edd49 Mon Sep 17 00:00:00 2001 From: Jason Christopher Simpson <176843833+JSTONE1111@users.noreply.github.com> Date: Wed, 22 Oct 2025 02:13:19 -0400 Subject: [PATCH 1/2] Create xrp package json --- xrp package json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 xrp package json diff --git a/xrp package json b/xrp package json new file mode 100644 index 00000000000..d1caf1fb2ee --- /dev/null +++ b/xrp package json @@ -0,0 +1,16 @@ +{ + "name": "xrpl-dev-boilerplate", + "version": "1.0.0", + "description": "XRPL dev boilerplate — wallet generation, balance, payment example (Testnet)", + "main": "index.js", + "scripts": { + "start": "node index.js", + "dev": "NODE_ENV=development nodemon index.js" + }, + "dependencies": { + "body-parser": "^1.20.2", + "dotenv": "^16.3.1", + "express": "^4.18.2", + "xrpl": "^4.4.0" + } +} \ No newline at end of file From 096dfda4b44137eb878d6a591c1f77dfa2ff9b75 Mon Sep 17 00:00:00 2001 From: Jason Christopher Simpson <176843833+JSTONE1111@users.noreply.github.com> Date: Wed, 17 Dec 2025 02:25:53 -0500 Subject: [PATCH 2/2] Modify build dependencies step in windows.yml Updated the build dependencies step in the Windows workflow. --- .github/workflows/windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 84a91bcb4e9..dfb3cf6e336 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -102,7 +102,8 @@ jobs: echo "Added conan remote ripple at ${CONAN_URL}" - name: build dependencies uses: ./.github/actions/dependencies - with: + with:[![levelization](https://github.com/JSTONE1111/rippled/actions/workflows/levelization.yml/badge.svg)](https://github.com/JSTONE1111/rippled/actions/workflows/levelization.yml) + configuration: ${{ matrix.configuration.type }} - name: build uses: ./.github/actions/build