Skip to content

Instantly share code, notes, and snippets.

View protolambda's full-sized avatar
:shipit:
building L1 and L2 ethereum things

protolambda protolambda

:shipit:
building L1 and L2 ethereum things
View GitHub Profile
@jocopa3
jocopa3 / MCPE_1.1.0.1_Ids.txt
Last active December 20, 2023 07:15
List of all Blocks/Items/Entity Id's in MCPE/Win10 1.1.0.1 and EDU Edition
For advanced users, a syntax highlighter for sublime text and
textmate which makes reading the list easier can be found here:
https://gist.github.com/jocopa3/e4a35921e4f978572e7f45360d231f37
============ Blocks ============
All blocks as found in the 1.1.0.0 Block::initBlocks function.
Block names are the same names used in the /give command.
Name Id Data
@zelig
zelig / swarm.md
Last active August 31, 2017 21:48
The Ethereum Swarm project: timeline of accomplishments and roadmap

The development of the distributed mass storage subsystem for Ethereum named Swarm was kicked off in October 2014, shortly before Devcon 0 in Berlin, where we presented the design principles, the basic network and protocol architecture as well as the requirements that we aimed to achieve. With the preliminary design finalized by the end of 2014, implementation in Go language began in 2015.

In 2015, we built the foundations of Swarm, consisting of the subsystems for distributing arbitrarily large files across the network with the possibility of subsequent efficient retrieval and

@protolambda
protolambda / repos.py
Last active August 18, 2019 03:01
eth2 repos
graph = {
# Clients
'clients': {
'yeeth': [
'https://github.com/yeeth/BeaconChain.swift.git',
],
'trinity': [
'https://github.com/ethereum/trinity.git',
],
'nimbus': [