Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove custom support for bash snippets #71

Merged
merged 1 commit into from
Mar 18, 2023
Merged

Conversation

andreibancioiu
Copy link
Contributor

@andreibancioiu andreibancioiu commented Feb 17, 2023

Rust-based contract interaction snippets will arise soon.

Writing contract interaction snippets in bash is now discouraged. We've dropped support for invoking such interaction snippets directly from the VSCode extension UI.

Existing bash-based interaction snippets can still be invoked from the CLI, as follows (example for the adder contract):

export PROJECT=$(pwd)
export USERS=~/multiversx-sdk/testwallets/latest/users

source interactions/testnet.snippets.sh && deploy
source interactions/testnet.snippets.sh && add

@andreibancioiu andreibancioiu self-assigned this Feb 17, 2023
@andreibancioiu andreibancioiu marked this pull request as ready for review February 17, 2023 15:44
@andreibancioiu andreibancioiu merged commit 40821f2 into feat/next Mar 18, 2023
@andreibancioiu andreibancioiu deleted the bash-snippets branch March 18, 2023 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant