Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 351 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 351 Bytes

Real estate smart contract auction

Dipl. projekt - Smart contract, real estate auction

Running the project

Add metamask extension to Google Chrome Add seller, judge, some others accounts to metamask.

Open ganache-cli GUI (port 7545, host 127.0.0.1, networkId 5778)

Terminal commands:

  truffle migrate --reset
  npm run dev

Interact.