Skip to content

mikechaban/2025-01-pieces-protocol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/Cyfrin/2025-01-pieces-protocol.git

make install

forge build

Tests:

forge test

Known Issues

No known issues reported

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 98.9%
  • Makefile 1.1%