Skip to content

0xStruct/FRENZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FRENZ - open and composable social protocol where users truly own

Decentralized social needs to be open and composable for everyone to build upon. Users must own what they create.

# install dependencies
flow dependencies install
# run tests
go run main.go

NFT as social primitives

ProfileNFT

  • mint 1 ProfileNFT per account (for now)
  • owner can edit its content

FollowNFT

  • mint to follow user
  • has a serial #, early followers deserve better for early support
  • limit 1 mint per user

FanNFT

  • pay to mint, each NFT has an expiry date (for now 1 month)
  • has a serial #, early followers deserve better for early support
  • unlimited mint
  • FanNFT can be used as VIP pass to access token gated materials

PostNFT

  • unlimited mint
  • offchain metadata as JSON object (IPFS)
  • owner can edit its content

CommentNFT

  • unlimited mint
  • owner can edit its content

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors