Skip to content

Instantly share code, notes, and snippets.

@mariogarcia-ar
Last active July 27, 2023 19:08
Show Gist options
  • Save mariogarcia-ar/560ea49030f045326b96ec20af9bccfb to your computer and use it in GitHub Desktop.
Save mariogarcia-ar/560ea49030f045326b96ec20af9bccfb to your computer and use it in GitHub Desktop.
# 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