We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added examples to send a name to an address using name_update Added a C# code example for how to create a JSON object for name_update options. When using an RPC library the options must be sent as a JSON object and not a string. xaya-cli does the conversion automatically. Added a xaya-cli example to send a name to a CHI address.
Update XAYA RPC Methods.md
Added link This merely adds links for the quick list and the complete reference material.
Content additions and updates 1 correction in the RPC Methods document. Style edit in First Steps. Major content additions to Home. Added steps 3, 4, 5.
Language correction This updates "flags" to "options" in many places. While the 2 words are often interchangeable, "options" is generally better as "flags" are usually boolean values. That is, all flags are options, but not all options are flags, etc.
Update XAYA RPC Methods.md Added note to see the exhaustive list.
Link updates Updated links to the XAYA Specs as they've moved to the xaya/xaya respository under doc/xaya. Some other content updates as well.
Link fixes
Incremental improvements
Fixing repo
Initial commit