Ebrahim-hamdy / real-estate-marketplace

Real Estate Marketplace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Real Estate Marketplace


Languages

Language:JavaScript 100.0%