Skip to content

abhishek007-git/Blockchain-Hackathon-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asset-NFT-Tokenization

This repository provides a framework for tokenizing art works or assets into NFTs, including fractional ownership, liquidity pool integration, and basic governance, using Solidity smart contracts and deploying on the Ethereum network.

Table of Contents

Project Overview

This project aims to create a comprehensive platform for tokenizing art works or assets into NFTs and offers advanced features like fractional ownership, allowing users to own parts of valuable NFTs, and liquidity pools for trading these fractional shares. It also includes basic on-chain governance mechanisms, enabling token holders to participate in platform decisions.

Key Features

  • NFT Tokenization: Create NFTs that represent ownership of digital art.
  • Fractional Ownership: Divide NFTs into smaller, fungible tokens for accessible investment.
  • Liquidity Pool Integration: Enable trading of fractional ownership tokens on decentralized exchanges (DEXs).
  • Governance: Allow fractional token holders to participate in governance decisions.

Smart Contracts

  • contracts/assetNFT.sol: The core NFT contract for creating and managing assets NFTs.
  • contracts/FractionalAssetNFT.sol: Handles the fractionalization of NFTs, minting ERC-20 tokens, and basic governance functions.
  • contracts/NFTmarketplace.sol: Facilitates the listing and trading of NFTs (you might need to update this to interact with FractionalArtNFT for fractional ownership).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published