MartianGreed / cairo-erc-4906

EIP-721 Metadata Update Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERC-4906: EIP-721 Metadata Update Extension

EIP-721 Metadata Update Extension Contracts written in Cairo for Starknet.

About

A Cairo implementation of EIP-4906 based on Openzeppelin Solidity implementation. EIP-4906 is an Ethereum standard for EIP-721 Metadata Update Extension.

⚠️ WARNING! ⚠️

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

Project setup

📦 Requirements

🎉 Install

protostar install

⛏️ Compile

make

🌡️ Test

# Run all tests
make test

# Run only unit tests
protostar test tests/units

# Run only integration tests
protostar test tests/integrations

📄 License

This project is released under the MIT license.

About

EIP-721 Metadata Update Extension

License:Apache License 2.0


Languages

Language:Cairo 99.0%Language:Makefile 1.0%