Skip to content

Commit 3aa44eb

Browse files
committed
Module 57 Complete
1 parent 66b1939 commit 3aa44eb

File tree

8 files changed

+59
-0
lines changed

8 files changed

+59
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
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.

Module 57 - Development Tools/Polkadot Launch.txt

Whitespace-only changes.

Module 57 - Development Tools/SR tools.txt

Whitespace-only changes.

Module 57 - Development Tools/Sidecar.txt

Whitespace-only changes.

Module 57 - Development Tools/Sub Flood.txt

Whitespace-only changes.

Module 57 - Development Tools/Substrate Archive.txt

Whitespace-only changes.

Module 57 - Development Tools/Subxt.txt,

Whitespace-only changes.

Module 57 - Development Tools/Tx Wrapper.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)