Directory Layer specification

Hello! I want to port Directory Layer to JS bindings, but i wasn’t able to find any specs about Directory Layer and how it store keys and what are requirements for it. Does it exists?

The bindingtester has sort of a specification but the easiest way is just to line-by-line translate another binding’s implementation and then hook yours into bindingtester.

Node bindings maintainer here. Let me know if you have any questions - I’d love to help move this along!

Yeah! I started to work on our library for easier layer implementation! Started with wrapping in a different API and Directory Layer:

I have working directory layer that can open or create directories and use only autogenerated prefixes.

When i am done i think i will contribute to your core library.

We have a chat (that built on top of FDB) about FDB: https://openland.com/invite/eCd728Y Feel free to join =)

1 Like

If anyone ever wants to contribute an actual spec for directory layer into the design/ folder in the repo, you’re more than welcome to.

I will, but right now i need to reverse-engineer it to do so =)