Write a simple smart contract, for example a contract to store a string as a message, test first in local development environment, we encourage you to use (Hardhat or Truffle) however, if you want you can try other options, here all the options Ethereum local development environments and then deploy to any Ethereum testnet.
- Use any Ethereum Local development environment to deploy your contract.
- Upload to this repo the configuration of your local environment.
- Update this README with a brief explanation of the project.
- Comment your code so your teammates at Zircon can understand it.
- Use external libraries if you want.
Escribe un smart contract sencillo por ejemplo un contrato para almacenar un string como mensaje, primero realiza una prueba en el entorno de desarrollo local te alentamos a usar (Hardhat o Truffle) sin embargo, si deseas puedes intentar otras opciones, aqui todas las opciones Entornos de desarrollo locales de Ethereum y luego realiza el deploy a cualquier testnet de Ethereum.
- Utiliza un entorno de desarrollo local para desplegar tu contrato.
- Sube a este repo la configuración del pryecto.
- Actualiza este README con una breve explicación del proyecto.
- Comenta tu código para que tus compañeros de Zircon puedan entenderlo.
- Utiliza bibliotecas externas si quieres.