Skip to content

btchorse/pay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

22 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Payment link

Minimalistic Payment link for crypto currencies provided directly from Github.

Supported protocols

  • bitcoin
  • litecoin
  • ethereum
  • payto

Syntax

https://pay.btc.horse# + payment link

Supported parameters

bitcoin
address
  • amount
  • label
  • message
litecoin
address
  • amount
  • label
  • message
ethereum
address
  • value
  • gas
  • data
payto
type/address
  • amount (currency:unit)
  • label
  • message
  • fee

Examples

  • https://pay.btc.horse#bitcoin:<address>[?amount=<amount>][?label=<label>][?message=<message>]
  • https://pay.btc.horse#litecoin:<address>[?amount=<amount>][?label=<label>][?message=<message>]
  • https://pay.btc.horse#ethereum:<address>[?value=<value>][?gas=<suggestedGas>][?data=<bytecode>]
  • https://pay.btc.horse#payto://<type>/<address>[?amount=<currency:unit>][?label=<label>][?message=<message>][?fee=<suggestedFee>]

Alternative domain at GitHub

  • https://btchorse.github.io/pay#bitcoin:<address>[?amount=<amount>][?label=<label>][?message=<message>]
  • https://btchorse.github.io/pay#litecoin:<address>[?amount=<amount>][?label=<label>][?message=<message>]
  • https://btchorse.github.io/pay#ethereum:<address>[?value=<value>][?gas=<suggestedGas>][?data=<bytecode>]
  • https://btchorse.github.io/pay#payto://<type>/<address>[?amount=<currency:unit>][?label=<label>][?message=<message>][?fee=<suggestedFee>]

License

Licensed under MIT