## Week 1 - Updates
I spent week-1 studying about P2P and ZKEVM, I have decided to contribute to the P2P stack implementation for Ream as of now. Currently i am working on Discv5 implementation in Ream. I have created one PR already :-
[Discv5 p2p domain Attestation subnet subscription](https://github.com/ReamLabs/ream/pull/616)
As the team is implementing P2P stack from scratch, I am going through [consensus specs](https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/p2p-interface.md)
### Activity for next week
For next week, i am going to work on other P2P tasks and study P2P domain protocols and Specs for implementation perspective :-
- Discovery v5 (Discv5)
- Gossipsub v1.1
- libp2p
- Yamux
- Noise
- Request Resp protocol
### Other projects
I am currently looking into other Rust based clients to work on other interesting EIP implementations, I have enough bandwidth currently.