Skip to content

Commit 4232c16

Browse files
Spark support: Rename with-spark-schnorr example to with-spark
1 parent 2e3d274 commit 4232c16

8 files changed

Lines changed: 8358 additions & 5 deletions

File tree

File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Example: `with-spark-schnorr`
1+
# Example: `with-spark`
22

33
Demonstrates minting and transferring a [Spark](https://spark.money) token with **Turnkey as the key custodian**. Turnkey signs each token transaction via Schnorr (`signRawPayload`) through a custom `TurnkeySparkSigner`, while the `IssuerSparkWallet` handles all transaction construction, serialization, and broadcasting.
44

@@ -20,7 +20,7 @@ cd sdk/
2020
corepack enable
2121
pnpm install -r
2222
pnpm run build-all
23-
cd examples/with-spark-schnorr/
23+
cd examples/with-spark/
2424
```
2525

2626
### 2. Configure `.env.local`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@turnkey/example-with-spark-schnorr",
2+
"name": "@turnkey/example-with-spark",
33
"private": true,
44
"version": "0.1.0",
55
"scripts": {

packages/sdk-server/src/__inputs__/public_api.types.ts

Lines changed: 8354 additions & 0 deletions
Large diffs are not rendered by default.

packages/spark/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ $ npm install @turnkey/spark
1919
| Example | Description |
2020
| -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2121
| [`with-spark`](../../examples/with-spark/) | Demonstrates [Spark](https://spark.money) operations using **Turnkey as the key custodian**. |
22-
| [`with-spark-wdk`](../../examples/with-spark-wdk/) | Demonstrates [Spark](https://spark.money) operations through Tether's [`@tetherto/wdk-wallet-spark`](https://github.com/tetherto/wdk-wallet-spark) wallet API, with **Turnkey as the key custodian**. |

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)