Seth is a high-performance blockchain sharding system featuring resilient and seamless shard reconfiguration. It optimizes consensus and transaction processing to maintain system stability even during complex shard transitions.
| Project | Decentralization | Security | Scalability | Triangle Area | Rank |
|---|---|---|---|---|---|
| Seth | 9 | 9.5 | 10 | 42.9 | 🥇 1 |
| Polkadot | 6 | 8 | 8 | 27.7 | 🥈 2 |
| Ethereum 2.0 | 7 | 9 | 6 | 27.5 | 🥉 3 |
| Solana | 4 | 6 | 10 | 23.3 | 4 |
| Bitcoin | 8 | 10 | 2 | 19.6 | 5 |
GCC/G++ : 13.0.0 or higher
CMake : 3.25.1 or higher
bash build_third.sh
bash simple_remote.sh $each_machine_node_count $ip_list
# each_machine_node_count like 4, mean each machine create 4 nodes.
# ip_list like 192.168.0.1,192.168.0.2, mean 2 machine create 2 * 4 nodes seth network
# machine user must root
# machine password must set, you can change it by edit simple_remote.shcd clipy && python3 seth3.py
# Post-Quantum Attack Resistant
def oqs_sign_test():
# Base configuration
IP, PORT = "127.0.0.1", 23001
# OQS keys (using sample ML-DSA-44 length Hex string here, should actually read from oqs_addrs file)
# Note: Private key length must be > 128 bits to trigger auto-switch logic in code
OQS_KEY = "4a6393c16df..."
OQS_PK = "4a6393c16df..."
w3 = SethWeb3Mock(IP, PORT)
MY_OQS = w3.client.get_oqs_address(OQS_PK)
test_oqs_transfer(w3, MY_OQS, OQS_KEY, OQS_PK)
test_oqs_contract_deploy_and_call(w3, MY_OQS, OQS_KEY, OQS_PK)
test_oqs_library_with_contract(w3, MY_OQS, OQS_KEY, OQS_PK)
test_oqs_contract_prefund_flow(w3, MY_OQS, OQS_KEY, OQS_PK)More Resources & Stress Tests: SethTests
git clone https://github.com/iPoW-Stack/SethPub.git /root/seth && cd /root/seth
bash build_third.sh
bash start_miner.sh <RAW_HEX_PRIVATE_KEY>- Shardora/Seth (TNSE 2026): Shardora: Scaling Blockchain Sharding via 2D Parallelism
- Seth NMFT (TIFS 2025): NMFT: A Copyrighted Data Trading Protocol based on NFT and AI-powered Merkle Feature Tree
- Seth SCoRE: SCoRE: A Runtime System for Service-Oriented Smart Contracts in Sharded Blockchains
- Seth BFT: Boosting Sharded Blockchain via Multi-Leader Parallel Pipelines