Skip to content

Instantly share code, notes, and snippets.

@drwasho
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drwasho/7b471d179b949425f248 to your computer and use it in GitHub Desktop.
Save drwasho/7b471d179b949425f248 to your computer and use it in GitHub Desktop.
OB Seed Contract Template
{
"stage01_merchant": {
"genesis": {
"metadata": {
"obcv": "0.0.3",
"category": "Physical item",
"subcategory": "Fixed Price",
"nonce": "",
"expiration_date": ""
},
"item_data": {
"title": "",
"description": "",
"price": {
"btc": "",
"fiat": {
"price": "",
"currency": ""
}
},
"images": {
"image1": {
"image_url": "",
"image_hash": ""
},
"image2": {
"image_url": "",
"image_hash": ""
},
"image3": {
"image_url": "",
"image_hash": ""
},
"image4": {
"image_url": "",
"image_hash": ""
},
"image5": {
"image_url": "",
"image_hash": ""
}
},
"condition": "",
"quantity": "",
"keywords": "",
"region": "",
"estimated_delivery": ""
},
"merchant_id": {
"guid": "",
"handle": "",
"onename": "",
"legal_address": "",
"pubkeys": {
"pgp": "",
"bitcoin_pubkey": ""
},
"contact": {
"email": "",
"bitmessage": "",
"subspace": ""
}
}
},
"merchant_signatures": {
"pgp": "",
"bitcoin": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment