Get Started
Introduction
The X-Cash Namespace allows users to register their own name in the namespace. This allows a user to associate a public address with an easy to remember name (NAME.xcash) This protocol also allows a user to setup a public only wallet that can only send and receive public transactions, and a private only wallet that can only send and receive private transactions (using NAME.pxcash for public and NAME.sxcash for private). Each registration cost an amount that is set by the delegates. Each delegate can set their own price, but users can only use the current block producer (or wait for the next one etc) to register. Each registration is valid for 1 year and renewals are the same cost as registering.
This protocol is built into xcash-dpops repo so it will be the same instructions to update for delegates.
Get Started
I want to register or renew a name in the xcash namespace
I want to edit my namespace.
I want to setup my price as a delegate.
Key features
Characteristics
Have users be able to type NAME.xcash in the wallet instead of the long public address to send.
Be certain for a private transaction from a user by giving them NAME.sxcash
Be certain for a public transaction from a user by giving them NAME.pxcash
Delegates host the namespace and can set their registration/renewal price
Useful Links
****GitHub - Source code of the DPoPS and namespace program.
Last updated