Created Zeroname-local plugin that use local namecoind for lookup

Reused Zeroname code, and swapped out the reolveDomain function. It now connects to namecoind directly using RPC and then run rpc.name_show() to find domain.
This commit is contained in:
Idealcoder 2015-06-18 11:50:27 +01:00
parent 4e1586acef
commit 64981e4392
4 changed files with 191 additions and 0 deletions

View file

@ -0,0 +1,2 @@
import UiRequestPlugin
import SiteManagerPlugin