Skip to content

Udacity Blockchain Capstone Project: Decentralized Property Ownership Product.

Notifications You must be signed in to change notification settings

jensendarren/Decentralized-Property-Ownership-Product

Repository files navigation

Udacity Blockchain Capstone: Decentralized Housing Product

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

ZoKrates

This project uses ZoKrates for implementing zkSNARKS. To run ZoKrates in a Docker Container, run the following command:

docker run -v $(pwd)/zokrates/code:/home/zokrates/code -ti zokrates/zokrates:0.4.6 /bin/bash

In the running container bash session run the following to confirm ZoKrates is configured correctly:

~/zokrates compile -i ./code/zokrates/code/square/
~/zokrates setup
~/zokrates compute-witness -a 2 4
~/zokrates generate-proof
~/zokrates export-verifier

Project Resources

About

Udacity Blockchain Capstone Project: Decentralized Property Ownership Product.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published