# Update 13 ## week 13 updates This week I started working on reth finally, the project started with integration of rust-verkle in reth's disk db. Two methods currently are supported in rust-verkle for any one to utilise rust-verkle: 1. see [rocksDB impl](https://github.com/crate-crypto/rust-verkle/blob/master/verkle-db/src/rocksdb_impl.rs) either implement similar functionality for reth's MDBX or 2. create a DB struct and implement required traits for it (`Flush`, `ReadOnlyHigherDb`, `WriteOnlyHigherDb`) see [here](https://github.com/crate-crypto/rust-verkle/blob/ec29458dbe6a1cf6f77a02e367a29ea59f3ba3c2/verkle-trie/src/database.rs#L10) for more reference ## week 14 roadmap Next week I will focus on completing and raising my pr