-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from proximax-storage/sc/functions
SuperContract Functions with Blockcahin transactions
- Loading branch information
Showing
19 changed files
with
2,079 additions
and
124 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "xpx_supercontracts_sdk" | ||
version = "0.1.0" | ||
authors = ["ProxymaX Core Development Team"] | ||
name = "xpx-supercontracts-sdk" | ||
version = "0.2.0" | ||
authors = ["ProxymaX Core Development Team", "Evgeny Ukhanov <[email protected]>"] | ||
description = "ProximaX Supercontracts Rust SDK" | ||
edition = "2018" | ||
homepage = "https://www.proximax.io/" | ||
|
@@ -12,16 +12,28 @@ categories = ["cryptography", "sdk"] | |
license = "Apache-2.0" | ||
repository = "https://github.com/proximax-storage/rust-xpx-supercontracts-sdk" | ||
|
||
|
||
[dependencies] | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0" | ||
failure = "0.1.5" | ||
csv = "1.1" | ||
|
||
[[example]] | ||
name = "mosaic" | ||
crate-type = ["cdylib"] | ||
|
||
[[example]] | ||
name = "ping" | ||
crate-type = ["cdylib"] | ||
|
||
[[example]] | ||
name = "ico" | ||
crate-type = ["cdylib"] | ||
|
||
[[example]] | ||
name = "common" | ||
crate-type = ["cdylib"] | ||
|
||
[[example]] | ||
name = "debug" | ||
crate-type = ["cdylib"] | ||
|
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
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
Oops, something went wrong.