Estas son las guías en inglés de Ethereum, para desarrollar contratos. Estas páginas web son muy importantes de tener dentro de la documentación acerca de esta tecnología: https://github.com/ethereum/wiki/wiki (Ethereum wiki) https://github.com/ethereum/wiki/wiki/JSON-RPC (JSON-RPC Documentation, how the send a retrieve info) https://github.com/ethereum/go-ethereum/wiki (Geth wiki) https://solidity.readthedocs.io/en/latest/ (Solidity Documentation) https://github.com/ethereum/go-ethereum/wiki/JavaScript-Console (JavaScript console) https://medium.com/mercuryprotocol/dev-highlights-of-this-week-cb33e58c745f (An example of contract) Este es un curso muy atractivo acerca de Blockchain con Ethereum, para desarrolladores: https://www.udemy.com/ethereum-developer/ Y este es un curso más avanzado acerca de programación con Ethereum: htt...