-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11,044 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# SXT Chain Client Library | ||
The `sxt_chain_runtime.rs` file was generated by running the following command | ||
|
||
```bash | ||
subxt codegen --url "ws://localhost:9944" > sxt_chain_runtime.rs | ||
``` | ||
|
||
You can install `subxt` using `cargo install subxt-cli` |
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,3 +1,5 @@ | ||
mod sxt_chain_runtime; | ||
|
||
use ark_std::test_rng; | ||
use core::time::Duration; | ||
use curve25519_dalek::RistrettoPoint; | ||
|
Oops, something went wrong.