You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
To create the Starkurabu assets contract we will need something similar to the semi fungible
ERC1155
: a contract which followsERC721
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.
The text was updated successfully, but these errors were encountered: