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 diff --git a/git@github.com:JSTONE1111/rippled.git b/git@github.com:JSTONE1111/rippled.git new file mode 100644 index 00000000000..773b9456021 --- /dev/null +++ b/git@github.com:JSTONE1111/rippled.git @@ -0,0 +1 @@ +git@github.com:JSTONE1111/rippled.git 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