Shamann1101 / RecordsManagement

Test task of the candidate for the post of Solidity developer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RecordsManagement

Test task of the candidate for the post of Solidity developer

Todo: Implement a smart contract using Solidity to add entries with the following functionality:

The contract must be able to:

  1. Add a record
  2. Delete the record
  3. Change the record
  4. List the records
  5. Delete the record after the time has elapsed

One entry must have:

  1. Description
  2. Lead time

Solution:

Solidity version:

0.4.19

IDE:

Remix


P.S. MySimpleToken is a training contract based on templates from OpenZeppelin

About

Test task of the candidate for the post of Solidity developer