Git Product home page Git Product logo

bricks's Introduction

Bricks

Overview

Bricks is a marketplace for fractionalized NFTs. Users can list their NFTs on the market, fractionalize them, or purchase fractions of other NFTs.

Solution

Bricks simplifies the process of fractionalizing NFTs via contracts, and buy and sell them at a fixed price.

MVP

The minimum viable product of Bricks achieves the following:

  1. Fractionalizing ERC721 NFTs.
  2. Allowing users to list the fractions from (1) at a fixed price which other users can purchase.
  3. Allowing users to burn fractions to reassemble the original ERC721 NFT.
  4. Allowing users to burn an ERC721 during fractionalizing, which removes the possibility of (3).

Architecture

Bricks is made up of a proxy contract and multiple implementation contracts.

  • Scaffold-Eth 2 is used as the development toolkit.

Implementation contracts:

  1. BricksCore.sol - Handles initialization, fractionalizing, reassembling, and burning of NFTs
  2. Fractions.sol - The ERC20 contract which represents fractions that are gotten from the fractionalization process
  3. Pool.sol - A simple marketplace for fractions
  4. Vault.sol - Stores and transfers (if not burnt during fractionalizing) the original ERC721 when the users wishes to “reassemble” it.

There is also an ERC165 for interface detection which prevents users from sending tokens that aren’t ERC721 to the platform for fractionalizing.

dApp

  • The dApp is built with Next.js, Ethers.js, Wagmi and Chakra-UI

Blockchain

Bricks is deployed on:

  1. Ethereum Sepolina Testnet
  2. Gnosis Chiado Testnet
  3. Scroll Alpha Testnet
  4. Polygon zkEVM Testnet

Future Improvements

Marketplace

Allow users to list fractions at a floor price which can be bid on by potential buyers.

BricksCore

Accept more NFT standards e.g. ERC1155

UI/UX

Improve the UI/UX to industry standard and better represent the product to end users

bricks's People

Contributors

mdmudassir0143 avatar noromeb avatar stevugnin avatar willdera avatar

Forkers

nftmr

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.