Skip to content

Commit

Permalink
feat: add generated file (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
iajoiner authored Oct 2, 2024
2 parents 68ce51c + 65332be commit 0b6d9ad
Show file tree
Hide file tree
Showing 3 changed files with 11,044 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/README.md
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`
2 changes: 2 additions & 0 deletions src/main.rs
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;
Expand Down
Loading

0 comments on commit 0b6d9ad

Please sign in to comment.