|
|
|
@ -7,7 +7,7 @@ iii. There are no files existing in the File Explorer |
|
|
|
|
|
|
|
|
|
This workspace contains 3 directories: |
|
|
|
|
|
|
|
|
|
1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name. |
|
|
|
|
1. 'contracts': Holds three contracts with increasing levels of complexity. |
|
|
|
|
2. 'scripts': Contains four typescript files to deploy a contract. It is explained below. |
|
|
|
|
3. 'tests': Contains one Solidity test file for 'Ballot' contract & one JS test file for 'Storage' contract. |
|
|
|
|
|
|
|
|
@ -25,4 +25,4 @@ Output from script will appear in remix terminal. |
|
|
|
|
|
|
|
|
|
Please note, require/import is supported in a limited manner for Remix supported modules. |
|
|
|
|
For now, modules supported by Remix are ethers, web3, swarmgw, chai, multihashes, remix and hardhat only for hardhat.ethers object/plugin. |
|
|
|
|
For unsupported modules, an error like this will be thrown: '<module_name> module require is not supported by Remix IDE' will be shown. |
|
|
|
|
For unsupported modules, an error like this will be thrown: '<module_name> module require is not supported by Remix IDE' will be shown. |
|
|
|
|