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
Integrate with near-cli-rs code in such a way that interactive part picks up from near contract deploy my-new-dev-account.testnet use-file ./target/near/adder.wasm ...
cargo near deploy
should do the following:cargo near build
code internallynear-cli-rs
code in such a way that interactive part picks up fromnear contract deploy my-new-dev-account.testnet use-file ./target/near/adder.wasm ...
So the final command could look like:
Note: We don't want to implement
dev-deploy
magic in cargo-near, instead, I suggest to introducecargo near create-dev-account
#106Note: All the features available in near-cli-rs for deployment should be inherited here, so near-cli-rs should be reused here.
The text was updated successfully, but these errors were encountered: