Page 1 of 1

Namecoin support for Bitcore

Posted: Thu Jun 25, 2015 6:05 pm
by brandonrobertz
I just finished work on getting Namecoin support for Bitpay's "Bitcore" Bitcoin JavaScript library[1].

The code can be found here:

https://github.com/brandonrobertz/bitcore-namecoin

You can run through the examples and also check out the unit tests for more code examples.

For those who don't know: Bitcore is a JS implementation of Bitcoin functionality. This module, bitcore-namecoin, extends much of Bitcore's functionality by patching a couple functions that otherwise hardcode Bitcoin P2SH/P2PKH style transactions. I am working with the developers to eliminate those limitations. With this, you can create name_new, name_firstupdate, and name_update transactions, offline, in node.js or the browser.

1. https://github.com/bitpay/bitcore

Re: Namecoin support for Bitcore

Posted: Thu Jun 25, 2015 6:05 pm
by brandonrobertz
reserved

Re: Namecoin support for Bitcore

Posted: Fri Jun 26, 2015 6:30 pm
by cassini
Great work, and thanks for sharing! My JavaScript knowledge is rather limited, so I can't do any serious testing. I only noticed that your list of dns seeds is out-of-date, see our latest pr:
https://github.com/namecoin/namecore/pull/13/files

Re: Namecoin support for Bitcore

Posted: Fri Jun 26, 2015 9:45 pm
by brandonrobertz
cassini wrote:Great work, and thanks for sharing! My JavaScript knowledge is rather limited, so I can't do any serious testing. I only noticed that your list of dns seeds is out-of-date, see our latest pr:
https://github.com/namecoin/namecore/pull/13/files
Thanks for that. I pushed a fix for it in v.0.0.3.