carbonable-labs / cairo-erc-3525

Semi-Fungible Token
Apache License 2.0
23 stars 10 forks source link

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.