Go to file
2025-01-14 11:19:04 -07:00
.github/workflows initial commit 2025-01-03 10:59:02 -07:00
script initial commit 2025-01-03 10:59:02 -07:00
src initial commit 2025-01-03 10:59:02 -07:00
test initial commit 2025-01-03 10:59:02 -07:00
.gitignore initial commit 2025-01-03 10:59:02 -07:00
.gitmodules initial commit 2025-01-03 10:59:02 -07:00
foundry.toml initial commit 2025-01-03 10:59:02 -07:00
MakeFile initial commit 2025-01-03 10:59:02 -07:00
README.md Update README.md 2025-01-14 11:19:04 -07:00

Pieces Protocol

Contest Details

Prize Pool

  • High - 100xp

  • Medium - 20xp

  • Low - 2xp

  • Starts: January 16, 2025 Noon UTC

  • Ends: January 23, 2025 Noon UTC

Stats

  • nSLOC: 181

About the Project

Summary

A new marketplace where users can buy a fraction of an nft and trade with this one, if some user has all the fractions of an nft, can claim the original nft that is locked.

Actors

  • Buyer: The purchaser of the nft fraction.
  • Seller: The seller of the nft fraction

Scope (contracts)

├── src
│   ├── TokenDivider.sol
│   └── token
│       └── ERC20ToGenerateNftFraccion.sol

Compatibilities:

Blockchains:

  • Ethereum
  • EVM Equivalent

Tokens:

  • ETH
  • ERC721 Standard

Setup

Build:

git clone https://github.com/JuanPeVentura/NftFractionMarketplace.git

make install

forge build

Tests:

forge test

Known Issues

No known issues reported