Skip to content

Ebrahim-hamdy/real-estate-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Estate Marketplace

Real EState Marketplace to demonstrate how to build app using ERC721 NFT standard,(Zokrates framework) and OpenSea framework.

Install

This repository contains Smart Contract code in Solidity (using Truffle), tests (also using Truffle), dApp scaffolding (using HTML, CSS and JS) and server app scaffolding.

To install, download or clone the repo, then:

npm install or yarn install

truffle compile

truffle migrate --network rinkeby

Tests

cd eth-contracts truffle test

Deploy to Rinkeby

add your .env file with METAMASK_SEED, INFURA_KEY, CONTRACT_ADDRESS, OWNER_ADDRESS

Addresses

OpenSea Marketplace Storefront: (https://rinkeby.opensea.io/recent/transferrealestatev4)

Contract Address: 0xb39ECC8b16A819AE017818193A210181495c67ED

Verifier Address: 0xdbd0C15bbbF48FFff66B751bF7709f36B2Aca563

Project Resources