ERC-1155 standard
under review
M
Matin
It would be great for Casper network to define a standard interface (like cep47 or cep78 for NFTs), equivalent to etheruem's ERC-1155 standard.
Of course there is a implementation of this contract on casper (I guess it's related to hackathon) but that implementation does not meet all the needs that ERC1155 asks for.
Also there is no way to view these tokens, neither in casper-signer nor in cspr.live, It would be grate to first, define that standard on casper network for contracts, and then create the front-end part on cspr.live so users could view their ERC1155 NFTs alongside with other standards in their account.
Konrad Blutstein
under review
Hi Matin, of course CSRP.live will support new standards if there is such demand from users and such a standard is used. Could you provide examples of mainnet or testnet contracts using the ERC-1155 standard?
M
Matin
https://github.com/Rengo-Labs/CasperLabs-1155 is just the implementation of ERC1155 token. What I asked for, was integration of CSPR.live with these standards (instead of just cep47 and cep78 standards), More like adding graphics and features to view these erc1155 tokens on cspr.live (view the NFTs and other stuff)
Currently it only supports cep47 and cep78, not erc1155!