feat: initialize Kurdistan SDK - independent fork of Polkadot SDK

This commit is contained in:
2025-12-13 15:44:15 +03:00
commit e4778b4576
6838 changed files with 1847450 additions and 0 deletions
@@ -0,0 +1,18 @@
[package]
name = "contracts"
version = "0.6.3"
edition = "2021"
# Binary targets are injected dynamically by the build script.
[[bin]]
# All paths or versions are injected dynamically by the build script.
[dependencies]
common = { package = 'pallet-contracts-fixtures-common', path = "" }
polkavm-derive = { version = "" }
uapi = { package = 'pallet-contracts-uapi', path = "", default-features = false }
[profile.release]
opt-level = 3
lto = true
codegen-units = 1