Open csmuller opened 3 years ago
I'm assuming this issue still hasn't been addressed, correct? I tried getting it to work on my own setup but was unsuccessful...? @devhawk
This has not been addressed to my knowledge
This would be a really convenient feature imo. When developing a contract with deployment data, developers currently are forced to use an SDK to deploy the contract. I rewrote the example in neow3j's boilerplate, hardcoding an address instead of passing it in the deployment, so that developers can more easily get started with the boilerplate and the visual devtracker together. It would be awesome if this option was provided to showcase new developers in a more convenient way that something like this does not need to be hardcoded in the contract, but can just be passed when deploying.
It's been a while since this issue was opened, @devhawk do you think this could get some priority in the near future?
The visual tracker allows to deploy contracts via the GUI. Though, contracts that expect a data parameter in their
_deploy
method can't be handled correctly, since it is not possible to pass a parameter via the visual tracker's GUI. Thus, this issue asks for the option of passing parameters in the process of deploying a contract with the visual tracker.