Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.21 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.21 KB

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.