@hydrawallet-sdk/core 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  A comprehensive Cardano wallet SDK designed specifically for **Browser DApps**. This core library provides essential wallet functionality with full support for modern build tools including **Vite** and **Rollup**, making it perfect for decentralized applications running in web browsers.
4
4
 
5
+ [![Join us on Discord](https://img.shields.io/discord/1249288501383579738?color=5865F2&label=Join%20us%20on%20Discord&logo=discord&style=flat-square)](https://discord.gg/MaqrYbdKzM)
6
+
7
+
5
8
  ## 🎯 Purpose
6
9
 
7
10
  **@hydrawallet/core** is built specifically for browser-based decentralized applications (DApps) that need to interact with the Cardano blockchain. Whether you're building a DeFi protocol, NFT marketplace, or any Cardano-based web application, this SDK provides all the wallet functionality you need.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hydrawallet-sdk/core",
3
3
  "license": "MIT",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },