feat: initialize Kurdistan SDK - independent fork of Polkadot SDK

This commit is contained in:
2025-12-13 15:44:15 +03:00
commit 286de54384
6841 changed files with 1848356 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Creates a string constant from STDIN
echo "const DATA: &'static str = concat!("
cat - | fold | sed 's/^.*/\t"&",/'
echo ");"