Skip to content

carlosfjunior/Blockchain-Capstone

Repository files navigation

Udacity Blockchain Capstone

The Real Estate Marketplace is the final project for Udacity's Blockchain Developer Nanodegree course.

Install

This repository contains Smart Contract code in Solidity (using Truffle), tests (also using Truffle)

To install, download or clone the repo, then:

npm install

cd eth-contracts

truffle compile

Running Tests

Start Ganache

ganache-cli

In another terminal window run inside eth-contracts folder

truffle test .\test\TestSquareVerifier.js

truffle test .\test\TestSolnSquareVerifier.js

truffle test .\test\TestERC721Mintable.js

Contract Address

Deploying 'SquareVerifier'

contract address: 0x656c14BEeC0F661B5EB179D210F125d8171010B8

Deploying 'SolnSquareVerifier'

contract address: 0x79dD1D62069c7c46AcDDe1320aE1EEe64811eEbb

Contract ABI

/build/contracts/SolnSquareVerifier.json

OpenSea Marketplace

https://rinkeby.opensea.io/assets/customerc721token-2

Project Resources

About

Real Estate Marketplace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published