Skip to content

carbonable-labs/cairo-erc-3525

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC-3525 Semi-Fungible Token

Semi-Fungible Token Contracts written in Cairo for Starknet.

About

A Cairo implementation of EIP-3525 based on Solv-finance Solidity implementation. EIP-3525 is an Ethereum standard for semi-fungible tokens.

⚠️ 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 Apache 2.0 license.