Created
October 3, 2017 13:16
-
-
Save davizalpe/14e6e59ef890031467b009b4414ccb8d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Documentación | |
--------------- | |
https://github.com/ethereum/wiki/wiki/White-Paper | |
http://gavwood.com/Paper.pdf | |
vitalik.ca/ethereum/ethereum.html | |
vitalik.ca/ethereum/dagger.html | |
# Fundación y Startup | |
--------------- | |
https://ethereum.org/ | |
http://ethdev.com/ | |
Las 3 P (posibilidades) | |
Smart Contract by Nick Szabo: http://szabo.best.vwh.net/smart_contracts_idea.html | |
Explicación ¿que són? “se refiere a cualquier tipo de contrato entre dos o más partes, que es capaz de ejecutarse y hacerse cumplir por sí mismo, de manera autónoma y automática”. Fuente: https://www.oroyfinanzas.com/2015/11/que-son-contratos-inteligentes-smart-contracts/ | |
DAO (Decentralized Autonomous Organization): https://www.ethereum.org/dao | |
Dapps (Web 3.0?): https://github.com/DavidJohnstonCEO/DecentralizedApplications | |
# Implementaciones | |
--------------- | |
CLI clients: https://ethereum.org/cli | |
Geth (Golang): http://ethereum.github.io/go-ethereum/ | |
Doc: https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum | |
Eth (C++): http://brew.sh/ | |
Doc: https://git.io/brew-docs | |
Webthree Umbrella (C++): https://github.com/ethereum/webthree-umbrella | |
Pyethapp (Python): https://github.com/ethereum/pyethapp | |
Wallet GUI Mist (last stable Homestead version): https://github.com/ethereum/mist/releases | |
Meteor Dapp (JavaScript Meteor): https://github.com/ethereum/meteor-dapp-wallet | |
Parity: https://parity.io | |
# Librerías | |
----------- | |
- Web3.js: https://github.com/ethereum/web3.js/ | |
- web3J: https://github.com/web3j/web3j | |
- https://github.com/ethereum/ethereumj | |
# Tutoriales | |
----------- | |
https://blog.slock.it/take-the-first-steps-toward-becoming-a-dao-ninja-and-win-free-eth-1c795fa3d94e#.dqnm596eq | |
https://blog.slock.it/how-does-one-test-a-dao-58edb53e8885#.j945zi2wf | |
# Startups | |
----------- | |
- Slock.it https://slock.it/ | |
Unir Blockchain + IoT para el alquiler de las cosas (bicicletas, casas, coches). Mejor ver el vídeo de la presentación en la página principal. | |
DAO Crowdsale: https://docs.google.com/document/d/14xIoKCLVS2skzYHf_psknwJAZ3MdL1XIAA1d_yFGVgM/edit | |
Valor estimado de la startup: https://docs.google.com/spreadsheets/d/14gBQr_zK7ef1zNp0ZeXJeC8zkSXHe1gv6Ap7nAm6zwA/edit#gid=0 | |
- Digix https://dgx.io/#/ | |
DigixDAO is a decentralized organization established on the Ethereum platform. The goal is to build a 21st century gold standard financial platform on Ethereum. | |
Token o monedas creadas a partir de Ethereum donde cada token representa un certificado de un gramo de oro. | |
Documento técnico: https://dgx.io/whitepaper.pdf | |
DigixDAO: contrato de pre-venta inicial (comienza el 6 de abril): https://sale.digix.io/ | |
Ya han alcanzado una preventa de 5,5M$ | |
- Augur https://augur.net/ | |
Predicción de mercado, creas preguntas y la gente apuesta enviando ether. Si aciertan ganan, sino pierden. Todo de forma descentralizada mediante contratos inteligentes con Ethereum. | |
https://github.com/AugurProject | |
Maker https://makerdao.com/ | |
Maker is a Decentralized Autonomous Organization that creates and insures the dai stablecoin on the Ethereum blockchain | |
- Gnosis https://gnosis.pm/ | |
- Aragon https://aragon.network/ | |
# Dapps | |
----- | |
Lista de aplicaciones descentralizadas: | |
http://dapps.ethercasts.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment