commit 3f1bfede77139446a6732fda189f5d66a3b6ff13 parent f0fa48360952a437279c5a8c121786b7486e6045 Author: Anthony <anthony@ai.co> Date: Mon, 18 Dec 2017 08:38:16 -0800 readme Diffstat:
A | README.md | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,16 @@ +# ++ ob + +js implementation of hoon.hoon arm `ob` + +This library is responsible for converting urbit addresses from digits to `@p`, +or the phonetic base, that Urbit uses for naming ships. Also works in reverse. + +- `ob.toGalaxyName(0) -> ~zod` +- `ob.toPlanetName(9896704) -> ~poldec-tonteg` +- `ob.toAddress('~marzod') -> 256` + +Make sure to `npm install` to install dependencies. Thanks to `keybase.io/aberg` +and `@MDFang` for the following inspiration. + +- https://github.com/asssaf/urbit-shipyard +- https://github.com/Fang-/urb.lua