From 3901380ffb05f1691ec92c33742013c97530399c Mon Sep 17 00:00:00 2001 From: August Skare Date: Fri, 26 Oct 2018 08:08:40 +0200 Subject: update content on copiler page --- packages/dev-tools-pages/ts/pages/Compiler.tsx | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/dev-tools-pages/ts/pages/Compiler.tsx b/packages/dev-tools-pages/ts/pages/Compiler.tsx index 92390e20b..0d9be16bf 100644 --- a/packages/dev-tools-pages/ts/pages/Compiler.tsx +++ b/packages/dev-tools-pages/ts/pages/Compiler.tsx @@ -66,8 +66,7 @@ function Compiler() {

- Sol compiler uses solidity standard JSON output format for the artifacts. This way, you can - define which parts of the artifact you need. + Sol compiler uses solidity standard JSON output format for the artifacts. This way, you can define which parts of the artifact you need.

@@ -88,6 +87,20 @@ function Compiler() { {`{ ... + "compilerOutput": { + "abi": [...], + }, + ... +}`} + + +
+ +

Sometimes you need to use some debuggers or other dev tools and you’ll need more info in the artifact.

+ + + {`{ + ... "compilerSettings": { "outputSelection": { "*": { @@ -105,6 +118,7 @@ function Compiler() { }`} + {`{ -- cgit v1.2.3