Alternative implementation of the vegawallet CLI for specific use in development and testing.
By default, every incoming transactions will be approved.
This software is insecure by design to ease development and testing.
USE FOR DEVELOPMENT AND TESTING ONLY.
This requires go 1.19.
At the repository root, run the following command:
go install
First, you will to set up you environment using the regular vegawallet CLI.
Once done, instead of using the regular:
vega wallet service run <ARGS>
Use the following command:
vegawallet-dummy service run <ARGS>
To know more about the supported arguments, use the following command:
vegawallet-dummy service run -h