Skip to content

Instantly share code, notes, and snippets.

View drwasho's full-sized avatar

Dr Washington Sanchez drwasho

View GitHub Profile
@drwasho
drwasho / data.json
Last active February 17, 2017 04:52
[
{
"name": "yo",
"avatar": "https://gist.githubusercontent.com/drwasho/b2f06cfa014a6af662e4fb16d7a9fa16/raw/2eb66db5904ac48dfb9fa8a9216770c5d060a84c/data2.json"
},
{
"name": "doh",
"avatar": "https://gist.githubusercontent.com/drwasho/b2f06cfa014a6af662e4fb16d7a9fa16/raw/2eb66db5904ac48dfb9fa8a9216770c5d060a84c/data2.json"
}
]
@drwasho
drwasho / Common-Currency.json
Created February 13, 2017 01:48 — forked from ksafranski/Common-Currency.json
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},
{
"country_code": [
"NA",
"ALL",
"AFRICA",
"ASIA",
"CENTRAL_AMERICA",
"EUROPE",
"MIDDLE_EAST",
"NORTH_AMERICA",
[
"🦍 Animals & Pet Supplies",
"👚 Apparel & Accessories",
"🎭 Arts & Entertainment",
"👶 Baby & Toddler",
"🍺 Beverages",
"👔 Business & Industrial",
"📷 Cameras & Optics",
"🔌 Electronics",
"🍜 Food Items",
{
"name": "Ducklett",
"url": "http://cdn.bulbagarden.net/upload/thumb/4/4b/580Ducklett.png/250px-580Ducklett-WRONG.png"
}
{
"id": 18,
"parent_id": 14,
"user_id": 1,
"name": "pokemons",
"description": "",
"created_at": "2017-02-01T23:22:20.370Z",
"updated_at": "2017-02-01T23:22:20.370Z",
"url": "http://jsonfm.herokuapp.com/folders/18.json",
"items": [{
[{
"name": "Australia",
"capital": "Canberra",
"flag": "http://www.ausflag.com.au/assets/images/gov1901.gif"
},
{
"name": "United States",
"capital": "Washington D.C.",
"flag": "http://www.mapsofworld.com/images/world-countries-flags/united-states-flag.gif"
},

Code of Conduct

By joining the OpenBazaar Slack, you agree to behave in accordance with these rules:

  1. Be excellent to each other
  2. No trolling
  3. No abuse of any kind whatsoever
  4. Be respectful, humble, and curteous at all times

Zcash RPC Commands

Base command: ./src/zcash-cli [command]

Raw Transactions

  • createrawtransaction [{"txid":"id","vout":n},...] {"address":amount,...}
  • decoderawtransaction "hexstring"
  • decodescript "hex"
  • getrawtransaction "txid" ( verbose )
  • sendrawtransaction "hexstring" ( allowhighfees )
@drwasho
drwasho / zcash-rpc.md
Created October 27, 2016 13:16
Zcash RPC commands

Zcash RPC Commands

Base command: ./src/zcash-cli [command]

Rawtransactions

createrawtransaction [{"txid":"id","vout":n},...] {"address":amount,...} decoderawtransaction "hexstring" decodescript "hex" getrawtransaction "txid" ( verbose ) sendrawtransaction "hexstring" ( allowhighfees )