Skip to content

Commit

Permalink
Merge pull request #2 from proximax-storage/sc/functions
Browse files Browse the repository at this point in the history
SuperContract Functions with Blockcahin transactions
  • Loading branch information
mrLSD authored Mar 13, 2020
2 parents 705a3ef + db716be commit 334ed36
Show file tree
Hide file tree
Showing 19 changed files with 2,079 additions and 124 deletions.
199 changes: 113 additions & 86 deletions Cargo.lock

Large diffs are not rendered by default.

20 changes: 16 additions & 4 deletions Cargo.toml
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/"
Expand All @@ -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"]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
![Documentation](https://docs.rs/xpx-supercontracts-sdk/badge.svg)
# ProximaX Supercontracts Rust SDK

Official ProximaX Supercontracts SDK Library in Rust lang.
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
That directory provide basic examples for **How-To** work with SDK.

### Examples list
* `ping`git c
* `ping`
* `http`
* `debug`

Expand Down
Loading

0 comments on commit 334ed36

Please sign in to comment.