1
tvm_linker test --help | grep config
        --config <CONFIG> Imports config parameters from a config contract TVC

What format or how to get it?

I tried like this:

tvmos -c em.json config --is_json true \
 --url mainnet.evercloud.dev \
 --access_key <access_key> \
 --project_id <project_id>
tvmos -c em.json dump config config.tvc

but when using config.tvc I get an error: exit code 68There is no config parameter 20 or 21

Expecting: exit code 0

ilyar
  • 1,331
  • 12
  • 21

1 Answers1

1
tvmos -c em.json account \
-1:5555555555555555555555555555555555555555555555555555555555555555 \
--dumptvc config.tvc
ilyar
  • 1,331
  • 12
  • 21
  • Your answer could be improved by adding more information on what the code does and how it solved the problem. – Tyler2P Apr 11 '23 at 09:45