I’ve been very busy over the past months with NeuClear and VERAX one of the companies sponsoring the development has just released their first NeuClear server beta.veraxpay.com.
This shows some of the new features included in the NeuClear framework. Little by little the final pieces in the NeuClear puzzle are falling into place.
NeuClear Accounts
Accounts in NeuClear are universal across the various assets. You can log into NeuClear Bux and VERAX Beta Dollars with the same account details. Of course you can create as many accounts as you want to within the NeuClear Personal Trader. The point is that the accounts are under your control and not under the banks control.
Banks manage your account details (not the transactions but everything else) in what they call a CRM. This is closely guarded information that they often resell in the US. NeuClear takes this out of the control of the individual bank and puts it back in your control.
From a technical point of view a NeuClear account is a RSA KeyPair. Your account identifier is a 32 character base32 encoded hash of your public key. You can easily perform payments to this 32 character ID if you wish. However the reaction from most people when they see this account id is that it is ugly. So we need another way to specifying account information. Also in business you might want to know a bit more about who you are actually sending money.
Our solution is the account page. It is simply an html page with a few extra bits included and a digital signature. When you publish your account page you basically are explaning as little or as much that you want to share with the world about who you are. See my page for an example. This is something that I can actually say over the phone. Dad, please send me $100 to http://pkyp.org/pelle
Non geeks can quickly create a page with the Publish Account Page screen in Personal Trader. There is also free hosting for these pages at PKYP
PKYP.org == Searchable Accounts
The PKYP.org web site (short for public key yellow pages) is a public directory of NeuClear account pages. As mentioned above it also allows free hosting of these pages when created within the Personal Trader. You can submit an externally hosted page to it as well.
PKYP uses lucene for searches, which is incredibly cool. I recently added a rest like web service to it. Essentially all you have to do is append xml=1 to the search url: eg. http://pkyp.org/results.jsp?query=pelle&xml=1 and you receive the data as xml.
I have also created a quick little Java class which searches and returns results:
Iterator pages=PKYP.search("pelle panama");
Integration with VERAX Beta Dollar

One of the features that I think is cool in the VERAX Beta is that you can actually search in the payee field. Lets say some one wanted to send me money they could say. Hmm. I know his name is Pelle and that he lives in Panama. He can just type those search terms in to the payee field and it returns all matching accounts.
Please go ahead and create your own account pages and pick up your $50 free beta dollars at VERAX.
This entry was posted in the following Categories: Neubia
