Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 677 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 677 Bytes

Ethereum Application

The project has three major components:

  1. Front end Code - The Front End is coded in Nextjs which is the Server-Side Rendering of React components.
  2. Ethereum code - The Ethereum code comprises of a Solidity contract file and two files of Campaign Factory and Campaign Javascript Object Notation files which show the compiled Contract.
  3. Testing Code - The testing code uses Mocha and Truffle Wallet so that they can check if all the tests are passing and that the transactions are happening appropriately.

Please check the Project Report to understand this project in depth.