|
| 1 | +# Development Tools and SR Tools |
| 2 | + |
| 3 | +## Subxt |
| 4 | +**Subxt** is a library for building Rust applications that interact with Substrate-based blockchain nodes. It allows developers to submit extrinsics, query storage, and subscribe to events using a lightweight and type-safe API. |
| 5 | + |
| 6 | +### Features |
| 7 | +- Lightweight and type-safe API. |
| 8 | +- Supports querying storage and submitting extrinsics. |
| 9 | +- Compatible with Substrate-based blockchains. |
| 10 | + |
| 11 | +--- |
| 12 | + |
| 13 | +## Tx Wrapper |
| 14 | +**Tx Wrapper** is a JavaScript/TypeScript library designed to encode and decode Substrate transactions offline. It is commonly used in front-end applications and tools that interact with Substrate-based chains. |
| 15 | + |
| 16 | +### Features |
| 17 | +- Encode and decode Substrate transactions. |
| 18 | +- Supports offline usage. |
| 19 | +- Built for front-end interaction with blockchain nodes. |
| 20 | + |
| 21 | +--- |
| 22 | + |
| 23 | +## Sub Flood |
| 24 | +**Sub Flood** is a tool for load testing Substrate-based blockchains. It is used to simulate a large number of transactions to measure the network's performance under stress. |
| 25 | + |
| 26 | +### Features |
| 27 | +- Load testing for Substrate blockchains. |
| 28 | +- Measures network performance under stress. |
| 29 | +- Generates test scenarios for benchmarking. |
| 30 | + |
| 31 | +--- |
| 32 | + |
| 33 | +## Substrate Archive |
| 34 | +**Substrate Archive** is a service that provides indexed historical blockchain data for Substrate-based chains. It allows developers to query historical chain states efficiently without accessing the live node directly. |
| 35 | + |
| 36 | +### Features |
| 37 | +- Indexed historical blockchain data. |
| 38 | +- Efficient querying for historical states. |
| 39 | +- Supports archival and analytics use cases. |
| 40 | + |
| 41 | +--- |
| 42 | + |
| 43 | +## Sidecar |
| 44 | +**Sidecar** is an HTTP service for querying blockchain data from a Substrate-based node. It simplifies the process of interacting with chain data by providing RESTful endpoints. |
| 45 | + |
| 46 | +### Features |
| 47 | +- RESTful API for blockchain data. |
| 48 | +- Simplifies interaction with Substrate-based chains. |
| 49 | +- Useful for lightweight client applications. |
| 50 | + |
| 51 | +--- |
| 52 | + |
| 53 | +## Polkadot Launch |
| 54 | +**Polkadot Launch** is a tool for configuring and deploying local Polkadot and Substrate test networks. It is ideal for developers working on private chains or testing decentralized applications. |
| 55 | + |
| 56 | +### Features |
| 57 | +- Local network configuration and deployment. |
| 58 | +- Supports Polkadot and Substrate-based chains. |
| 59 | +- Easy to set up private test environments. |
0 commit comments