Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore(renovate): added standard-defichain-jellyfishsdk (#13)
Browse files Browse the repository at this point in the history
* chore(renovate): added `standard-defichain-jellyfishsdk`

* chore(renovate): added `standard-defichain-jellyfishsdk`
  • Loading branch information
thedoublejay authored Dec 7, 2022
1 parent effe295 commit b232e31
Show file tree
Hide file tree
Showing 4 changed files with 606 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ with the same version tag.
| @waveshq/standard-desktop | Boilerplate | Boilerplate for easier scaffolding of desktop projects. (Tauri + Vite + React + TypeScript) |
| @waveshq/standard-desktop-linter | Linting | Standardized eslint and prettier config for Desktop. |

### JellyfishSDK

| Package | Type | Description |
| ---------------------------------------- | ------- | -------------------------------------------------------------------------------- |
| @waveshq/standard-defichain-jellyfishsdk | Library | Collection of JellyfishSDK libraries that can be used to develop DeFiChain apps. |

### Renovate

Renovate configuration files are provided on this package. Select depending on which platform you need.
Expand Down
7 changes: 7 additions & 0 deletions packages/standard-defichain-jellyfishsdk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
DeFiChain JellyfishSDK
---

`@waveshq/standard-defichain-jellyfishsdk`

Collection of JellyfishSDK libraries for building DeFiChain apps.
19 changes: 19 additions & 0 deletions packages/standard-defichain-jellyfishsdk/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "@waveshq/standard-defichain-jellyfishsdk",
"version": "0.0.0",
"files": [],
"dependencies": {
"@defichain/jellyfish-address": "^3.5.3",
"@defichain/jellyfish-api-core": "^3.5.3",
"@defichain/jellyfish-network": "^3.5.3",
"@defichain/jellyfish-transaction": "^3.5.3",
"@defichain/jellyfish-transaction-builder": "^3.5.3",
"@defichain/jellyfish-wallet": "^3.5.3",
"@defichain/jellyfish-wallet-encrypted": "^3.5.3",
"@defichain/jellyfish-wallet-mnemonic": "^3.5.3",
"@defichain/playground-api-client": "^3.5.3",
"@defichain/whale-api-client": "^3.5.3",
"@defichain/whale-api-wallet": "^3.5.3",
"defichain": "^3.5.3"
}
}
Loading

0 comments on commit b232e31

Please sign in to comment.