From b62e4c5ec54e3743f984563697786ed75dc2ee85 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 17 Aug 2021 11:53:20 +0300 Subject: [PATCH] new proposal for Hive account name tag --- .gitignore | 1 + .../hive-account-name/hive-account-name.md | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 proposal-docs/hive-account-name/hive-account-name.md diff --git a/.gitignore b/.gitignore index 6cae44f..08e940a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /.vs/ +.vscode/settings.json diff --git a/proposal-docs/hive-account-name/hive-account-name.md b/proposal-docs/hive-account-name/hive-account-name.md new file mode 100644 index 0000000..ca7aa29 --- /dev/null +++ b/proposal-docs/hive-account-name/hive-account-name.md @@ -0,0 +1,23 @@ +# The "podcast:hiveAccount" Sepcification + +Version 1.0 by Brian of London - 2021.06.08 + +
+ +## Purpose + +Allows for the easy inclusion of a definitive Hive Account to which Value for Value payments can be routed. + +## Specification + +For the `` tag there are no attributes, the tag just wraps the Hive account name string. + +## Example + +```xml + no-agenda +``` + +## More Information + +More information about the Hive Blockchain can be found at the [Dev Portal for Hive](https://developers.hive.io/#introduction-welcome)