This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REMIX SMART CONTRACT BETTWEEN EMPLOYEES AND EMPLOYER | |
Remix SMART CONTRACT BETTWEEN EMPLOYEES AND EMPLOYER project is present when Remix loads very first time or there are no files existing in the File Explorer. | |
It contains 2 directories: | |
1. 'contracts': Holds two contracts with different complexity level, denoted with number prefix in file name. | |
2. 'Libraries': Holds two libraries to deploy the contracts. | |
To run a script, right click on file name in the file explorer and click 'Run'. Remember, Solidity file must already be compiled. |