8.2. Multiple Class Fungible Token (MCFT)

The Replica spends a lot of time on how to maintain the security and integrity of the blockchain's assets while maintaining the speed and flexibility required by players and creators. As with many aspects of platform design, it's not easy to get everything you want, so it's important to balance the elements to achieve the optimal solution.

The ERC-998 and ERC-1155 standards are jointly created in the blockchain sector and are designed to support millions of token management. In addition, our asset contracts comply with ERC721, allowing you to create multiple unique items in a single smart contract, with the benefit of maintaining the ERC-721 interface to interoperate with other marketplaces and games.

In addition to being able to create assets, players can purchase, sell, and trade unique or similar assets in the Replica Marketplace using REPL token currencies.

8.2.1. Interoperability

We will develop a platform/wallet that supports ERC-1155/ERC-998/ERC-721 using Ethereum of ERC-1155/ERC-998/ERC721, and apply ERC-1155/ERC-998/ERC-721 to NFT assets. In other words, independent developers can rely on the huge assets that our players will generate. The replica platform environment is divided into four types of tokens.

● REPL (System-wide platform currency) : ERC-20

● LICA (System-wide content currency) : ERC-20

● SECTOR (The universe played by community-created players) : ERC-721, ERC-998

● ASSETS (Asset created by players and traded in the market) : ERC-721, ERC-998, ERC-1155

Token contracts are responsible for:

● Track Author (Address where the token was issued)

● Ownership

● Send

● Events to occur when condition changes

8.2.2. Meta Transactions

The replica aims to bring non-encrypting users into the world of blockchain. To do so, I think the system should be as transparent as possible to users. With Meta Transactions, users who own REPL can interact with our platform without having to own or know what ETH is or what tokens are used.

Last updated