keyko-io / filecoin-verifier-tools

Javascript implementation of a HAMT using ipld

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename repo + npm package to something filecoin specific?

jbenet opened this issue · comments

Right now the library is called js-hamt-ipld. That would imply the library is simply an implementation of a HAMT (Hash array mapped trie) in javascript, with IPLD datastructures. But that is only a small part of the library, namely this file.

The majority of the library is tooling for filecoin verified clients, including signing transactions and so on.

I think the library, the repo, and the npm package should all be renamed to something like js-fil-verifier-tools or you could come up with an unrelated name (kind of like lotus is an unrelated name -- unlike go-filecoin).

commented

Repo name changed to filecoin-verifier-tools.
NPM package will have the new name in the new release of the library.