# EPF Week 5 Update (NC Navie Chan)
## Summary
After some hiccups on merging the Beacon APIs pull requests, they are finally done.
Sproul, Kevin and I had our first video call early in the week which Sproul gave us an overview of the codebase. We have also decided to implement Sync Committee reward endpoint as our next step.
After some suggestions from Sproul, I have successfully set up my local dev environment by connecting local lighthouse instance to a remote execution client. For the rest of the time I have read the [Rust book](https://doc.rust-lang.org/stable/book/) to prepare myself for development.
## What I did
- Get myself ready for coding in Rust by reading up some Rust tutorial and documentation though some of the concepts still need to wrap my head around
- Set up local dev environment
- Have a initial concept of what each Rust crate does in Lighthouse
## Goal next week
- Discuss in with Kevin on how to implement SYnc Committee reward
- Kick start our development phase
## Reading
https://rsdlt.github.io/posts/rust-nvim-ide-guide-walkthrough-development-debug/