A cli tool to easily spawn ephemeral Polkadot/Substrate networks and perform tests against them.
GNU General Public License v3.0
162
stars
91
forks
source link
add support to pass a json as arg for `js-script` #1902
Closed
pepoviola closed 1 month ago
Add support for passing a
json
as arg tojs-script
. Should be single quoted json like:And in the script you have access to the
Object
directlycc: @bkontur