-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Add crate metadata
Showing
6 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,11 @@ | |
name = "chia-sdk-client" | ||
version = "0.8.0" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
description = "Utilities for connecting to Chia full node peers via the light wallet protocol." | ||
authors = ["Brandon Haggstrom <[email protected]>"] | ||
homepage = "https://github.com/Rigidity/chia-wallet-sdk" | ||
repository = "https://github.com/Rigidity/chia-wallet-sdk" | ||
|
||
[dependencies] | ||
chia-client.workspace = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,11 @@ | |
name = "chia-sdk-driver" | ||
version = "0.8.0" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
description = "Driver code for interacting with standard puzzles on the Chia blockchain." | ||
authors = ["Brandon Haggstrom <[email protected]>"] | ||
homepage = "https://github.com/Rigidity/chia-wallet-sdk" | ||
repository = "https://github.com/Rigidity/chia-wallet-sdk" | ||
|
||
[dependencies] | ||
chia-bls.workspace = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,11 @@ | |
name = "chia-sdk-parser" | ||
version = "0.8.0" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
description = "Parsers for standard Chia puzzles, to determine information required to spend coins." | ||
authors = ["Brandon Haggstrom <[email protected]>"] | ||
homepage = "https://github.com/Rigidity/chia-wallet-sdk" | ||
repository = "https://github.com/Rigidity/chia-wallet-sdk" | ||
|
||
[dependencies] | ||
chia-protocol.workspace = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,11 @@ | |
name = "chia-sdk-signer" | ||
version = "0.8.0" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
description = "Calculates the BLS signatures required for coin spends in a transaction." | ||
authors = ["Brandon Haggstrom <[email protected]>"] | ||
homepage = "https://github.com/Rigidity/chia-wallet-sdk" | ||
repository = "https://github.com/Rigidity/chia-wallet-sdk" | ||
|
||
[dependencies] | ||
chia-bls.workspace = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,11 @@ | |
name = "chia-sdk-test" | ||
version = "0.8.0" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
description = "A wallet simulator and related tooling for testing Chia wallet code." | ||
authors = ["Brandon Haggstrom <[email protected]>"] | ||
homepage = "https://github.com/Rigidity/chia-wallet-sdk" | ||
repository = "https://github.com/Rigidity/chia-wallet-sdk" | ||
|
||
[dependencies] | ||
chia-bls.workspace = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,11 @@ | |
name = "chia-sdk-types" | ||
version = "0.8.0" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
description = "Standard Chia types for things such as puzzle info and conditions." | ||
authors = ["Brandon Haggstrom <[email protected]>"] | ||
homepage = "https://github.com/Rigidity/chia-wallet-sdk" | ||
repository = "https://github.com/Rigidity/chia-wallet-sdk" | ||
|
||
[dependencies] | ||
chia-bls.workspace = true | ||
|