Advertising





jueves, 1 de febrero de 2018

Guías ethereum

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:

    https://www.diginomics.com/product/ethereum-course/

Descargar con wget

* Para descargar un archivo con wget, podemos usar el siguiente comando:

    wget -c http://mherman.org/blog/2015/02/12/postgresql-and-nodejs/#.Wm5wT61M144

* Para descargar un sitio completo:

    wget -r -k http://www.sitio.com/

* Para descargar un subdirectorio de un sitio:

    wget -c -m -p -E -k -K -np https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs

* Fuentes interesantes:

    https://blog.desdelinux.net/descarga-sitio-entero-wget-cuando-hayan-restricciones/

    https://gist.github.com/bueckl/bd0a1e7a30bc8e2eeefd

China 2026: 5 verdades incómodas y fascinantes sobre el futuro tecnológico que ya está aquí

China 2026: 5 verdades incómodas y fascinantes sobre el futuro tecnológico que ya está aquí La tecnología no avanza en trayectorias lineales...