Crates.io | sc-simnode |
lib.rs | sc-simnode |
version | 1.15.0 |
source | src |
created_at | 2024-04-24 09:11:46.537184 |
updated_at | 2024-08-09 13:36:08.002061 |
description | Simnode is an e2e integration testing environment for substrate-based blockchains |
homepage | https://simnode.polytope.technology/ |
repository | https://github.com/polytope-labs/sc-simnode |
max_upload_size | |
id | 1218543 |
size | 62,371 |
I'm trying to free your mind, Neo. But I can only show you the door. You're the one that has to walk through it.
This library exists to allow substrate developers to:
Test complex pallets that require a full runtime, not a mocked runtime.
Test a combination of both onchain & offchain components (eg offchain workers)
Fork your live chain state and execute transactions from any origin.
Simulate runtime upgrades & migrations.
Installation and integration guides can be found in the book. Example integrations are provided for runtimes of all different kinds:
sc-simnode
exclusively follows the official paritytech/polkadot-sdk stable releases. Therefore new versions of this crate will be published with the same semver version of the corresponding polkadot-sdk stable release.
This library is licensed under the Apache 2.0 License, Copyright (c) 2023 Polytope Labs.