Last active
July 27, 2023 19:08
-
-
Save mariogarcia-ar/560ea49030f045326b96ec20af9bccfb 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
# creamos el proyecto | |
dfx new hello | |
cd hello | |
# iniciamos el servicio | |
dfx start --background | |
# desplegamos la solucion | |
dfx deploy | |
# nos va a mostrar unas url para acceder al backend y al frontend | |
# URLs: | |
# Frontend canister via browser | |
# hello_frontend: http://127.0.0.1:4943/?canisterId=bd3sg-teaaa-aaaaa-qaaba-cai | |
# Backend canister via Candid interface: | |
# hello_backend: http://127.0.0.1:4943/?canisterId=be2us-64aaa-aaaaa-qaabq-cai&id=bkyz2-fmaaa-aaaaa-qaaaq-cai | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment