/Solidity-TODO

Create a simple Todo Contract in which a Current Account and Other Account can easy to maintain their TODO list also can Update, Delete, and Retrieve their All Todos.

Primary LanguageSolidity

Solidity - TODO Contract

Jawan Pakistan Assignment

A Simple Application in which we maintain the TODO Ledger in EVM (Ethereum Virtual Machine) at REMIX IDE

Only Create a TODO Contract.

Features

  • Current Account can perform:
    • Can Add Todo.
    • Can Update Specific Todo.
    • Can Delete Specific Todo.
    • Can Delete All Todos.
    • Can Get All Todos.
    • Can Get a Specific Index of Todo.
  • Other User can also perform same task with respect to their address account within same contract.

Jawan Pakistan Solidity Assignment# 01

Tech

Currently, we are using:

Installation

Simple copy the solidity (*.Sol) file code and paste it into REMIX IDE.