Skip to content

Instantly share code, notes, and snippets.

View zartilas's full-sized avatar
🚀
Working from home

Vasileios Zartilas zartilas

🚀
Working from home
View GitHub Profile
@zartilas
zartilas / README.txt
Last active July 1, 2021 13:41
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.4+commit.c7e474f2.js&optimize=false&runs=200&gist=
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.