From 14f755312dccce85a85674fbeaa1c1ac6a952346 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Thu, 10 Mar 2022 20:18:23 +0000 Subject: [PATCH] Update remix_IDE.md --- solidity/remix_IDE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/solidity/remix_IDE.md b/solidity/remix_IDE.md index 1b0200b..2933139 100644 --- a/solidity/remix_IDE.md +++ b/solidity/remix_IDE.md @@ -43,5 +43,12 @@ Remix IDE is an open source web3 application and it's used for the entire journe +#### Generate artifacts + +When a compilation for a Solidity file succeeds, Remix creates three Json files for each compiled contract, that can be seen in the `File Explorers plugin`: + +1. `artifacts/.json`: contains links to libraries, the bytecode, gas estimation, the ABI. +2. `articfacts/.json`: contains the metadata from the output of Solidity compilation. +3. `artifcats/build-info/.json`: contains info about `solc` compiler version, compiler input and output.