#substrate #integration-tests #polkadot-sdk #e2e-tests

no-std sc-simnode

Simnode is an e2e integration testing environment for substrate-based blockchains

3 stable releases

new 1.6.2 Apr 30, 2024
1.6.1 Apr 25, 2024
1.6.0 Apr 24, 2024

#2280 in Magic Beans

Download history 271/week @ 2024-04-22

271 downloads per month

Apache-2.0 and GPL-3.0-or-later…

65KB
1K SLoC

sc-simnode Unit Tests Telegram: YourGroup Discord: YourServer

alt text

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.

Documentation

Installation and integration guides can be found in the book. Example integrations are provided for runtimes of all different kinds:

Releases

sc-simnode exclusively follows the official paritytech/polkadot-sdk releases. Therefore new versions of this crate will be published with the same semver version of the corresponding polkadot-sdk release.

License

This library is licensed under the Apache 2.0 License, Copyright (c) 2023 Polytope Labs.

Dependencies

~80–120MB
~2.5M SLoC