# EPF6 Dev Updates – Week 1 A bit late to give an update for Week 1, but better late than never. --- ## This week, I explored the proposed projects and looked into: ### Ream Client - A Beam client in Rust: Implement Beacon API Endpoints Having already implemented several API endpoints in Ream [get pending withdrawals](https://github.com/ReamLabs/ream/pull/330) ,[get block rewards](https://github.com/ReamLabs/ream/pull/324), [config getspec](https://github.com/ReamLabs/ream/pull/319) and being familiar with the Ream codebase, I'm looking forward to contributing more. I've also been studying and diving deep into Beacon Endpoints-https://ethereum.github.io/beacon-APIs/ --- ### Besu / Erigon / Geth / Nethermind / Nimbus EL / Reth: Pureth (EIP-7919) I found this idea quite interesting enabling easier access to data without relying on any external sources. Although it has several EIPs as prerequisites, I've been going through some of them and will continue learning more. --- ### Teku / Nimbus / Lodestar / Grandine: Implement EIP-7917 - Deterministic proposer lookahead I found this one interesting as well. Read the discussion-https://ethereum-magicians.org/t/eip-7917-deterministic-proposer-lookahead/23259 --- ## Goals for Week 2 - Continue contributing to Reth and Ream - Learn more about the endpoints from https://ethereum.github.io/beacon-APIs/ - Study the EIPs mentioned as prerequisites in https://eips.ethereum.org/EIPS/eip-7919 - Deep diving into [EIP-7917](https://eips.ethereum.org/EIPS/eip-7917) - Continuing https://epf.wiki/#/ --- Looking forward to making meaningful contributions to one of the projects.