Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.49 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.49 KB

Udacity Blockchain Capstone

The capstone will build upon the knowledge you have gained in the course in order to build a decentralized housing product.

Steps

Clone this repository:

git clone https://github.com/djade007/Blockchain-Capstone

Run npm install

npm install

cd into the contracts directory

cd eth-contracts

Open the truffle develop console

truffle develop

Run tests

test

Result

Project Resources