-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
14 lines (11 loc) · 696 Bytes
/
Copy pathREADME
File metadata and controls
14 lines (11 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A solution in blockchain and Ethereum platform, this project consists in a
implementation of a time clock. The implementation was done using Solidity[1],
a contract-oriented high-level language.
This project aims, primarily, offer a simple time clock for management propouses
using as little gas[2] as possible.
The execution of the source code can be made online using Remix[3], a web
browser based IDE. For more informations about the tool, refer to [4].
[1] https://solidity.readthedocs.io/en/latest/
[2] http://ethdocs.org/en/latest/contracts-and-transactions/account-types-gas-and-transactions.html#what-is-gas
[3] https://remix.ethereum.org/
[4] https://remix.readthedocs.io/en/latest/