Register Entity
Web application
Registering an existing project of yours, it can simply be done using our web application (T.B.A)
To be able to create and sell mQuark NFTs to users, you have to register. It is totally free and open to anyone who has a blockchain wallet.
Creating a wallet
If you are a blockchain newbie and don't know how to create a blockchain wallet, you can visit here and create a Metamask wallet here.
This is the smart contract function in mQuarkRegistry.
function registerEntity(
string calldata entityName,
string calldata description,
string calldata thumbnail,
string calldata entitySlotDefaultURI,
uint256 slotPrice
) external returns (address _instance);
This function is going to deploy a new entity contract for you.
More details can be found here.