Skip to content

Commit

Permalink
Merge pull request #2 from keep-starknet-strange/abdelhamidbakhta-pat…
Browse files Browse the repository at this point in the history
…ch-1

Update README.md
  • Loading branch information
AbdelStark committed Dec 19, 2023
2 parents fbb139b + 7376285 commit 8752531
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,17 @@ fn main() {
bonsai_storage.commit(id_builder.new_id()).unwrap();
}
```

## Acknowledgements

- Shout out to [Danno Ferrin](https://github.com/shemnon) and [Karim Taam](https://github.com/matkt) for their work on Bonsai. This project is heavily inspired by their work.
- Props to [MassaLabs](https://massa.net/) for the original implementation of this project.

## Resources

- [Bonsai explainer article by Karim Taam](https://hackmd.io/@kt2am/BktBblIL3)
- [Ethereum World State structure diagram](https://ethereum.stackexchange.com/questions/268/ethereum-block-architecture/6413#6413)
- [Besu Bonsai implementation in Java](https://github.com/hyperledger/besu/tree/1a7635bc3ef75c31e5c5ac050b2cd3a22d833ada/ethereum/core/src/main/java/org/hyperledger/besu/ethereum/bonsai)
- [Madara Starknet Sequencer using Substrate](https://github.com/keep-starknet-strange/madara)
- [LambdaClass Patricia Merkle Tree implementation in Rust](https://github.com/lambdaclass/merkle_patricia_tree)

0 comments on commit 8752531

Please sign in to comment.