You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: