zhangchiqing / merkle-patricia-trie

A simplified golang implementation of Ethereum's Modified Patricia Trie.
MIT License
224 stars 68 forks source link

any file backed implementation? #11

Open kolinfluence opened 1 year ago

kolinfluence commented 1 year ago

filesystem backed implementation would be good for s3 storage backup and of course rocksdb

is these on roadmap?