diff --git a/README.es-ES.md b/README.es-ES.md new file mode 100644 index 0000000..257cbcb --- /dev/null +++ b/README.es-ES.md @@ -0,0 +1,37 @@ +# Hack the TON + +Hack the TON es un wargame basado en TON inspirado en [The Ethernaut](https://ethernaut.openzeppelin.com), para ser jugado en la TON Virtual Machine. Cada nivel es un contrato inteligente que debe ser hackeado. + +El juego actúa tanto como una herramienta para aquellos interesados en aprender sobre el desarrollo y la seguridad de TON, como una forma de catalogar hacks históricos como niveles. + +Si tienes una idea para un nivel o te gustaría contribuir de cualquier manera, por favor contáctame en [Telegram](https://t.me/dimtry0x) o [Twitter](https://x.com/0xDmitry)! + +## Versiones Desplegadas + +Puedes encontrar la versión oficial actual en [hacktheton.com](https://hacktheton.com) + +## Instalación y Construcción + +### Instalar + +`bun install` + +### Construir Sitio Web + +`bun build:website` + +### Iniciar Sitio Web + +`bun start:website` + +### Construir Contratos + +`bun build:contracts` + +### Probar Contratos + +`bun test:contracts` + +### Ejecutar Contratos + +`bun run:contracts`