multiversx / mx-sdk-py-cli

Python Command Line Tools and SDK for interacting with the MultiversX blockchain and dApps.
Other
35 stars 36 forks source link

Removed vmtools and contract test command #408

Closed popenta closed 5 months ago

popenta commented 5 months ago

vmtools is not needed anymore because sc-meta can now install all the required dependencies. It is now recommended to use sc-meta for creating, building and testing contracts and use mxpy to deploy, call and upgrade the contract.

popenta commented 5 months ago

As discussed, we won't do this right now, we will keep the contract test command for now. Will close this PR as it's not needed.