|
11 | 11 | [](https://github.com/dipdup-io/aiosubstrate/issues) |
12 | 12 | [](https://github.com/dipdup-io/aiosubstrate/pulls) |
13 | 13 |
|
14 | | -> ⚠️ This project is not related to the PolkaScan team! Please, do not send them aiosubstrate bug reports! |
| 14 | +> ⚠️ This project is not related to the PolkaScan or JAMdotTech teams! Please, do not send them aiosubstrate bug reports! |
15 | 15 |
|
16 | 16 | > ⚠️ This project is currently in the beta stage. Use with caution. |
17 | 17 |
|
18 | | -A library for interacting with Substrate node, an unofficial fork of [py-substrate-interface](https://github.com/polkascan/py-substrate-interface) with primary goal to achieve compatibility with Python asyncio. |
| 18 | +A library for interacting with Substrate node, an unofficial fork of [py-polkadot-sdk](https://github.com/JAMdotTech/py-polkadot-sdk/) (previously known [py-substrate-interface](https://github.com/polkascan/py-substrate-interface)) as with primary goal to achieve compatibility with Python asyncio. |
19 | 19 |
|
20 | 20 | ## Description |
21 | 21 |
|
22 | 22 | This library specializes in interfacing with a [Substrate](https://substrate.io/) node; querying storage, composing extrinsics, SCALE encoding/decoding and providing additional convenience methods to deal with the features and metadata of the Substrate runtime. |
23 | 23 |
|
24 | 24 | ## Documentation |
25 | 25 |
|
26 | | -TBD. |
27 | | - |
28 | | -- [Upstream library documentation](https://polkascan.github.io/py-substrate-interface/) |
29 | | -- [Upstream metadata documentation for Polkadot and Kusama ecosystem runtimes](https://polkascan.github.io/py-substrate-metadata-docs/) |
| 26 | +* Upstream: [Library documentation](https://jamdottech.github.io/py-polkadot-sdk/) |
| 27 | +* Upstream: [Metadata documentation for Polkadot and Kusama ecosystem runtimes](https://jamdottech.github.io/py-polkadot-metadata-docs/) |
30 | 28 |
|
31 | 29 | ## Installation |
32 | 30 |
|
@@ -76,9 +74,9 @@ print(f"Extrinsic '{receipt.extrinsic_hash}' sent and included in block '{receip |
76 | 74 |
|
77 | 75 | ## Contact and Support |
78 | 76 |
|
79 | | -> ⚠️ This project is not related to the PolkaScan team! Please, do not send them aiosubstrate bug reports! |
| 77 | +> ⚠️ This project is not related to the PolkaScan or JAMdotTech teams! Please, do not send them aiosubstrate bug reports! |
80 | 78 |
|
81 | | -For questions, please see the [Substrate StackExchange](https://substrate.stackexchange.com/questions/tagged/python), [upstream GitHub Discussions](https://github.com/polkascan/py-substrate-interface/discussions). |
| 79 | +For questions, please see the [Substrate StackExchange](https://substrate.stackexchange.com/questions/tagged/python) or [Github Discussions](https://github.com/JAMdotTech/py-polkadot-sdk/discussions). |
82 | 80 |
|
83 | 81 | ## License |
84 | 82 |
|
|
0 commit comments