Skip to content

Instantly share code, notes, and snippets.

@mariogarcia-ar
Created July 20, 2023 16:47
Show Gist options
  • Save mariogarcia-ar/fb4f7be4260483cf86ad8068624232fd to your computer and use it in GitHub Desktop.
Save mariogarcia-ar/fb4f7be4260483cf86ad8068624232fd to your computer and use it in GitHub Desktop.
# invocamos el canister a traves de lineas de comandos
dfx canister call hello_backend greet everyone
# nos retorna
# ("Hello, everyone!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment