Skip to content

Commit 383f999

Browse files
0xLeifclaude
andcommitted
docs: remove transaction examples
- Remove AlgorandExample executable and example files - Update Package.swift configuration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 4aa717c commit 383f999

File tree

5 files changed

+1
-1002
lines changed

5 files changed

+1
-1002
lines changed

Package.swift

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ let package = Package(
1414
.library(
1515
name: "Algorand",
1616
targets: ["Algorand"]
17-
),
18-
.executable(
19-
name: "algorand-example",
20-
targets: ["AlgorandExample"]
21-
),
17+
)
2218
],
2319
dependencies: [
2420
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"),
@@ -31,11 +27,6 @@ let package = Package(
3127
.product(name: "Crypto", package: "swift-crypto"),
3228
]
3329
),
34-
.executableTarget(
35-
name: "AlgorandExample",
36-
dependencies: ["Algorand"],
37-
path: "Sources/AlgorandExample"
38-
),
3930
.testTarget(
4031
name: "AlgorandTests",
4132
dependencies: ["Algorand"]

0 commit comments

Comments
 (0)