diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c91582 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Quantum Fusion Scripts + +Collection of blockchain testing and monitoring tools for QuantumFusion network. + +## Projects + +### 🔗 Chain Load Test +Load testing tool for measuring blockchain performance and TPS (Transactions Per Second). + +**Features:** +- Load balancing scenarios +- TPS measurement +- Network stability testing diff --git a/chain-load-test/README.md b/chain-load-test/README.md index 232d61b..2bccfb2 100644 --- a/chain-load-test/README.md +++ b/chain-load-test/README.md @@ -1,20 +1,30 @@ -### Load tests contain scenarios designed to check load balancing and transactions per second (TPS) on the blockchain. +# Chain Load Test -## Envs: +Load tests contain scenarios designed to check load balancing and transactions per second (TPS) on the blockchain. -``` NODE_URL: Chain url ``` +## Environment Variables -``` SENDER: sender private key ``` +```bash +NODE_URL: Chain URL +SENDER: Sender private key +RECIPIENT: Recipient private key +``` -``` RECEPIENT: recepient private key ``` +## Installation +```bash +npm install +``` -## Commands: +## Usage -### Install deps +```bash +npm run test +``` -```npm install``` +## Description -### run tests - -```npm run test``` +This tool provides load testing scenarios for blockchain networks to measure: +- Transaction throughput (TPS) +- Load balancing performance +- Network stability under stress