Created
July 20, 2023 16:47
-
-
Save mariogarcia-ar/fb4f7be4260483cf86ad8068624232fd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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