Last active
November 8, 2017 08:32
-
-
Save davizalpe/a6fc6fb36823fa4de41b264a2dfac819 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
# Agenda | |
- https://ethereumfoundation.org/devcon3/ | |
# Video Streaming | |
- https://www.reddit.com/r/ethereum/comments/7aba25/devcon_3_live_stream_update_and_day_2_link/ | |
- Devcon3 Day 2 Streaming - Morning | |
https://www.youtube.com/watch?v=8sXzxkODH-c | |
- Devcon3 Day 2 Streaming - Afternoon | |
https://www.youtube.com/watch?v=aMs0wAFIu7I | |
# Links Day1 | |
- http://sikorka.io/ Using Proof Of Presence people's proximity to a location is verified which allows them to interact with smart contracts found around their location. | |
- ERC190 https://github.com/ethereum/EIPs/issues/190 | |
Smart Contract Package Spec | |
https://github.com/pipermerriam/populus | |
Ethereum Framework for compile and deploy smart contracts | |
- Programable Money https://ethereumfoundation.org/devcon3/sessions/programming-incentives-an-intro-to-cryptoeconomics/ | |
- Vlad Zamfir: Casper the Friendly Ghost a "correct-by-construction" blockchain consensus | |
https://github.com/ethereum/research/blob/master/papers/CasperTFG/CasperTFG.tex | |
# Links Day2 | |
- http://www.emvlab.org/ | |
- https://modalduality.org/posts/puppeth/ | |
- https://ethereum.stackexchange.com/questions/15644/setting-up-a-private-poa-clique-network-with-puppeth | |
- https://ethereumfoundation.org/devcon3/sessions/introduction-to-walleth-the-ethereum-android-wallet/ | |
http://walleth.org/ | |
- https://github.com/status-im/hardware-wallet | |
- ENR: Discovery v5 Kademlia Protocol | |
https://github.com/ethereum/wiki/wiki/Kademlia-Peer-Selection | |
- EVM https://ethereumfoundation.org/devcon3/sessions/evm-c-portable-api-for-ethereum-virtual-machines/ | |
EVM-C EVM API in C language connecting Ethreum clients and EVM implementantion | |
Design overview C language is portable: C, C++, Golang (cgo), Python (CFFI), more.. | |
https://github.com/axic/evm-c-api | |
https://github.com/ethereum/evmjit/blob/develop/include/evm.h | |
@chfast | |
pawel at ethereum | |
- Benchmarks https://ethereumfoundation.org/devcon3/sessions/the-evm-cleaner-meaner-and-closer-to-the-metal/ | |
Dr Greg Colvin | |
Some introduction before: https://blog.ethcore.io/performance-analysis/ | |
What prevents native speed? | |
1. Interpretation | |
2. 256-bit registers | |
3. Inconstrained control flow | |
EVMJIT beats C++ for 256-bit calculations | |
EIP #615 and EIP #616 | |
provides opcode for subroutines, validates control flow, stack discipline, and type safery of programs | |
very similar EIP #48 Ethreum flavored WebAssembly eWASM Desing provides | |
Technical proposals, by design. | |
Both provide for rapid compilation to native code | |
Both provide for efficient use of modern hardware | |
Each can be transpiled to the others in linear time | |
The transpilers can themselves live on the blockchain | |
# Links Day3 | |
- Solidity documentation in Spanish! | |
Presentation by Dr. Christian Reitwiessner https://ethereumfoundation.org/devcon3/sessions/flexibility-in-solidity/ | |
https://www.youtube.com/watch?time_continue=1591&v=k42YNyvG8CU | |
https://solidity-es.readthdocs.io/es/latest | |
https://github.com/AdrianClv/solidity-docs-es | |
# Links Day4 | |
- https://akasha.world/ Social Network Desencralized over Ethreum with token AETH as experimental | |
# Summaries | |
- https://davidburela.wordpress.com/2017/11/ | |
- https://medium.com/@brandon.obrien/ethereum-devcon3-summary-day-4-a5e87829164e | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment