simnode-runtime-api

Crates.iosimnode-runtime-api
lib.rssimnode-runtime-api
version1.16.0
sourcesrc
created_at2024-04-24 09:07:13.228828
updated_at2024-11-14 21:33:35.064823
descriptionRuntime APIs required for simnode integration
homepagehttps://simnode.polytope.technology/
repositoryhttps://github.com/polytope-labs/sc-simnode
max_upload_size
id1218539
size5,687
Core Devs (github:polytope-labs:core-devs)

documentation

https://docs.rs/sc-simnode

README

sc-simnode Unit Tests Telegram: YourGroup Discord: YourServer Crates.io Version

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 stable releases. Therefore new versions of this crate will be published with the same semver version of the corresponding polkadot-sdk stable release.

License

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

Commit count: 88

cargo fmt