Hi everyone,
Iβm excited to share a small Golang library I developed.. This tool converts IPFS CIDv1 hashes into human-readable strings and vice versa, aiming to make content identifiers more accessible and memorable.
Key Features:
- Utilizes a 2048-word list to generate 24β27 word dash-concatenated strings.
- Facilitates easier content recognition and sharing.
- Supports bidirectional conversion between CIDv1 and human-readable formats.
The inspiration behind this project is to enhance the usability of IPFS by providing a more intuitive way to handle content identifiers. I believe this could be particularly useful for applications where user-friendly CIDs are beneficial.
I welcome any feedback, contributions, or discussions on potential use cases. Additionally, if anyone is interested in porting this to other languages, Iβd be glad to collaborate.
You can find the project here: https://github.com/GuillaumeOuint/ipfs-human-readable-cid
Looking forward to your thoughts!
Best regards,
Guillaume