near / near-workspaces-js

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment
https://near.github.io/near-workspaces-js/
GNU General Public License v3.0
42 stars 22 forks source link

Add acc.deploy() function #182

Closed volovyks closed 2 years ago

volovyks commented 2 years ago

Now the only convenient option to deploy a contact is the devDeploy() function. Sometimes user wants to create an account and deploy .wasm file in the next step.