NameCoin is a technology based on Bitcoin with a separate blockchain, designed specifically for domain name management. While this is a very low-priority project, I think it would be cool to provide a NameCoin source class as an example of a more-advanced use case of the technology.
It should be possible to do this with a subset of the jsonrpc client code in the official NameCoin tree, and probably in a more memory-efficient and flexible way than is demonstrated there.
I've decided that if this is going to happen, it's as a separate repo that provides a Pymads source. This is in no way urgent, because you can recurse off the DNS interface of a standard Namecoin server.
NameCoin is a technology based on Bitcoin with a separate blockchain, designed specifically for domain name management. While this is a very low-priority project, I think it would be cool to provide a NameCoin source class as an example of a more-advanced use case of the technology.
It should be possible to do this with a subset of the jsonrpc client code in the official NameCoin tree, and probably in a more memory-efficient and flexible way than is demonstrated there.