From d99fea2db682c454581e1f9f60b2cea27d02c36e Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Thu, 13 Nov 2014 04:21:51 +0100 Subject: abi output formatting --- example/index.html | 53 +++++++++++++++++++++++------------------------------ 1 file changed, 23 insertions(+), 30 deletions(-) (limited to 'example') diff --git a/example/index.html b/example/index.html index 17694cbf6..dc507ec9c 100644 --- a/example/index.html +++ b/example/index.html @@ -6,39 +6,32 @@ + } + - -

std::name_reg

- - - -
-result:
- +

std::name_reg

+ + +
+ result: +
- + -- cgit v1.2.3 From 8aaec1d98fdeef1521e65518913498a1a0c18cbe Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Thu, 13 Nov 2014 19:28:58 +0100 Subject: improved example --- example/index.html | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) (limited to 'example') diff --git a/example/index.html b/example/index.html index dc507ec9c..4847f68c0 100644 --- a/example/index.html +++ b/example/index.html @@ -4,34 +4,38 @@ - - + + -

std::name_reg

- - +

balance

+
- result: -
+
+
+
-- cgit v1.2.3 From ea8db7a4aecb034c6a967ccd3b17c50f423cb77c Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Fri, 14 Nov 2014 13:11:47 +0100 Subject: improved contracts interface --- example/contract.html | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++ example/index.html | 2 +- 2 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 example/contract.html (limited to 'example') diff --git a/example/contract.html b/example/contract.html new file mode 100644 index 000000000..44f0b03a1 --- /dev/null +++ b/example/contract.html @@ -0,0 +1,75 @@ + + + + + + + + + +

contract

+
+
+ +
+ +
+ + + diff --git a/example/index.html b/example/index.html index 4847f68c0..d0bf094ef 100644 --- a/example/index.html +++ b/example/index.html @@ -30,7 +30,7 @@ -

balance

+

coinbase balance

-- cgit v1.2.3