From bf309402cd08262af9f40f3336257d41166b3892 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 30 Sep 2016 00:53:01 +0200 Subject: adding richer mock contract --- playground/contract_full.html | 116 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 playground/contract_full.html diff --git a/playground/contract_full.html b/playground/contract_full.html new file mode 100644 index 000000000..f6d47fc51 --- /dev/null +++ b/playground/contract_full.html @@ -0,0 +1,116 @@ + + + + Contract playground + + + + + + + +
+ + + -- cgit v1.2.3 From 28de3421f9b63d7f56fa35d6e0045faea4fe34f4 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 30 Sep 2016 01:04:14 +0200 Subject: still on mock contract --- playground/contract_full.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playground/contract_full.html b/playground/contract_full.html index f6d47fc51..e00c2b90f 100644 --- a/playground/contract_full.html +++ b/playground/contract_full.html @@ -17,13 +17,13 @@ "auditor_pub": "ERFPOJ0FRKRLM909ILKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00", "auditor_url": "https://auditor.example.gov/", "denomination_keys": [{"denom_pub_h": "ERFPOJ0FRKRLM909ILKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00", - "auditor_sig": "EPROFERPOJERVJPROJ45ETS04Y2QCKMMCFHZSWJWWVN82BTTH00"}] + "auditor_sig": "XPROFERPOJERVJPROJ45ETS04Y2QCKMMCFHZSWJWWVN82BTTH00"}] }, { "auditor_pub": "09FGKJ0FRKRLM909ILKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00", "auditor_url": "https://auditor-alt.example.gov/", - "denomination_keys": [{"denom_pub_h": "ERFPOJ0FRKRLM909ILKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00", - "auditor_sig": "EPROFERPOJERVJPROJ45ETS04Y2QCKMMCFHZSWJWWVN82BTTH00"}] + "denomination_keys": [{"denom_pub_h": "RCC0U8KPOKN76PO9ILKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00", + "auditor_sig": "VBOOP575JJWRVJPROJ45ETS04Y2QCKMMCFHZSWJWWVN82BTTH00"}] } ], "exchanges": [{ -- cgit v1.2.3