Skip to content

carbonable-labs/cairo-erc-2981

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC-2981 NFT Royalty Standard

NFT Royalty Contracts written in Cairo for Starknet.

About

A Cairo implementation of EIP-2981 based on Openzeppelin Solidity implementation. EIP-2981 is an Ethereum standard for NFT Royalty management.

⚠️ WARNING! ⚠️

This is repo contains highly experimental code. Expect rapid iteration. Use at your own risk.

Project setup

📦 Requirements

⛏️ Compile

scarb build

💄 Code style

scarb fmt

🌡️ Test

scarb test

📄 License

This project is released under the MIT license.