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.