Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 666 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 666 Bytes

SmartGrid

Uses solidity programming to simulate a basic smart grid application on BlockChain. Explanation of the project available in the PowerPoint avaiable.

Developed the project in Athens Information Technology , Greece as a part of a Undergraduate Fellowship Program. Only developed the Backend for the project.

How to run

<remix.ethereum.org> provides a browser based environment to run and test solidity programs.

Import the solidity files to Remix.

Ensure the compiler version is 0.4.19

Deploy the Energy.sol file.

Run the driverfunction first. This initialises various accounts as stakeholders. Now you can start transacting between them.