adjust genesis value generation scripts to output entries array + add script to derive encoded call

This commit is contained in:
Alexander Popiak
2021-10-26 17:31:23 +02:00
parent a0e7189f45
commit 35e135e883
5 changed files with 694 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "y",
"version": "y",
"description": "create a scale encoded tx for the genesis values",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@polkadot/api": "^6.5.2",
"@polkadot/util": "^7.6.1"
}
}