Skip to content

Decentralized magic bricks clone based on Ethereum NFTs (ERC-721). Solidity contract, Hardhat dev env, React Client

Notifications You must be signed in to change notification settings

SonuBardai/EthBricks

Repository files navigation

Real Estate NFT DApp

Technology Stack & Tools

  • Solidity (Writing Smart Contracts & Tests)
  • Typescript (React & Testing)
  • Hardhat (Development Framework)
  • Ethers.js (Blockchain Interaction)
  • React.js (Frontend Framework)

Screenshots

Screenshot 2024-05-25 at 08 19 00 Screenshot 2024-05-25 at 08 19 42 Screenshot 2024-05-25 at 08 21 05

Requirements For Initial Setup

Setting Up

1. Clone/Download the Repository

2. Install Dependencies:

$ npm install

3. Run tests

$ npx hardhat test

4. Start Hardhat node

$ npx hardhat node

5. Run deployment script

In a separate terminal execute: $ npx hardhat run ./scripts/deploy.js --network localhost

7. Start frontend

$ npm run start

About

Decentralized magic bricks clone based on Ethereum NFTs (ERC-721). Solidity contract, Hardhat dev env, React Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published