Skip to content

Commit 40c90f3

Browse files
authored
more doc update
1 parent 1b5399f commit 40c90f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ substrate-api-client a library written in Rust for connecting to the substrate's
1212
* supports composing extrinsics for `no_std` builds
1313
* Watch events and execute code upon events.
1414
* Parse and print the node metadata.
15+
* currently only supports [node-template](https://github.com/substrate-developer-hub/substrate-node-template) based chains (doesn't support the Account type of Polkadot/Kusama without patches)
1516

1617
## Prerequisites
1718

@@ -27,7 +28,7 @@ For more information, please refer to the [substrate](https://github.com/parityt
2728

2829
## Substrate node
2930

30-
To execute the examples, a running substrate node is needed. The examples have been tested with [revision f17d023 of substrate](https://github.com/paritytech/substrate/commit/f17d023bbe179f15678ac9989f471c9b18917e17). Alternatively, a dedicated test node can be found at https://github.com/scs/substrate-test-nodes.
31+
To execute the examples, a running substrate node is needed. A slightly extended node-template can be found at https://github.com/scs/substrate-test-nodes.
3132

3233

3334
To build the test node, execute the following steps:

0 commit comments

Comments
 (0)