Skip to content

Commit

Permalink
Archive Revision as of 18:45, 23 May 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
petertodd committed Oct 21, 2013
1 parent dc00d6c commit 86e1074
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bip-0021.mediawiki
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{{bip}}

<pre>
BIP: 21
Title: URI Scheme
Expand Down Expand Up @@ -33,13 +35,12 @@ Graphical bitcoin clients SHOULD register themselves as the handler for the "bit
bitcoinurn = "bitcoin:" bitcoinaddress [ "?" bitcoinparams ]
bitcoinaddress = base58 *base58
bitcoinparams = *bitcoinparam
standardparam = amountparam | labelparam | messageparam | otherparam
bitcoinparam = standardparam | reqparam
bitcoinparam = amountparam | labelparam | messageparam | otherparam | reqparam
amountparam = "amount=" *digit [ "." *digit ]
labelparam = "label=" *pchar
messageparam = "message=" *pchar
otherparam = pchar *pchar "=" *pchar
reqparam = "req-" standardparam
reqparam = "req-" pchar *pchar "=" *pchar
=== Query Keys ===

Expand Down Expand Up @@ -85,7 +86,7 @@ Please see the [[#BNF grammar|BNF grammar]] above for the normative syntax.

[foo] means optional, <bar> are placeholders

bitcoin:<address>[?amount=<amount>][?label=<label>][?message=<message>]
<nowiki>bitcoin:<address>[?amount=<amount>][?label=<label>][?message=<message>]</nowiki>
=== Examples ===

Expand Down Expand Up @@ -116,4 +117,3 @@ Characters must be URI encoded properly.
[[Category:Developer]]
[[Category:Technical]]
[[Category:BIP|D]]

0 comments on commit 86e1074

Please sign in to comment.