Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERC 1155 like in Cairo #1

Closed
Th0rgal opened this issue Feb 4, 2024 · 1 comment
Closed

ERC 1155 like in Cairo #1

Th0rgal opened this issue Feb 4, 2024 · 1 comment
Assignees

Comments

@Th0rgal
Copy link
Member

Th0rgal commented Feb 4, 2024

To create the Starkurabu assets contract we will need something similar to the semi fungible ERC1155: a contract which follows ERC721 interface + allows to own multiple instances of a token. Let's create it as a component so we can reuse it.

The interface is available here: https://eips.ethereum.org/EIPS/eip-1155

Some work was started here: OpenZeppelin/cairo-contracts#852

But it seems there has been no work on it for two weeks, we should ask Martín to make sure. If they didn't do it yet we will need to convert it to a component to make it maintainable.

@martriay
Copy link

martriay commented Feb 9, 2024

You should track OpenZeppelin/cairo-contracts#896.

@Th0rgal Th0rgal closed this as completed Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants