@buildonspark/issuer-sdk 0.1.9 → 0.1.10
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.
- package/CHANGELOG.md +7 -0
- package/README.md +5 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Spark Issuer SDK
|
|
2
2
|
|
|
3
|
+
Spark is the fastest, cheapest, and most UX-friendly way to build financial apps and launch assets natively on Bitcoin. It’s a Bitcoin L2 that lets developers move Bitcoin and Bitcoin-native assets (including stablecoins) instantly, at near-zero cost, while staying fully connected to Bitcoin’s infrastructure.
|
|
4
|
+
|
|
3
5
|
For complete documentation, visit [https://docs.spark.money](https://docs.spark.money)
|
|
4
6
|
|
|
5
7
|
## Installation
|
|
@@ -123,6 +125,6 @@ for (const tx of transactions) {
|
|
|
123
125
|
|
|
124
126
|
The SDK supports multiple JavaScript runtimes:
|
|
125
127
|
|
|
126
|
-
- **Browser**
|
|
127
|
-
- **Node.js**
|
|
128
|
-
- **React Native**
|
|
128
|
+
- **Browser**
|
|
129
|
+
- **Node.js**
|
|
130
|
+
- **React Native**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@buildonspark/issuer-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Spark Issuer SDK for token issuance",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"types": "tsc"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@buildonspark/spark-sdk": "0.5.
|
|
85
|
+
"@buildonspark/spark-sdk": "0.5.10",
|
|
86
86
|
"@noble/curves": "^1.8.0",
|
|
87
87
|
"@scure/btc-signer": "^1.5.0",
|
|
88
88
|
"buffer": "^6.0.3"
|