Skip to content

Commit

Permalink
Update and improve crate-metadata (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niederb authored Mar 19, 2024
1 parent 4e13d2d commit f90b444
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
repository = "https://github.com/scs/substrate-api-client"
description = "Json-rpc client with helper functions compatible with any Substrate node"
readme = "README.md"
keywords = ["json", "rpc"]
keywords = ["json", "rpc", "polkadot", "api", "blockchain"]
categories = ["no-std", "wasm"]


Expand Down
2 changes: 1 addition & 1 deletion compose-macros/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ac_primitives
# ac_compose_macros

This crate is a submodule of the [substrate-api-client](https://github.com/scs/substrate-api-client). It contains macro definition for creating Substrate extrinsic and rpc calls for the api-client.
3 changes: 3 additions & 0 deletions keystore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "0.10.0"
authors = ["Supercomputing Systems AG <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
repository = "https://github.com/scs/substrate-api-client"
description = "Keystore (and session key management) for ed25519 based chains like Polkadot. (fork of sc-keystore)"
readme = "README.md"

[dependencies]
array-bytes = "6.2"
Expand Down
3 changes: 3 additions & 0 deletions keystore/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ac_keystore

This crate is a submodule of the [substrate-api-client](https://github.com/scs/substrate-api-client). It is a fork of substrate's sc-keystore crate. The substrate-api-client needs its own fork in order to access private functions and members of the crate.

0 comments on commit f90b444

Please sign in to comment.