Web 3 project operation¶
Set the blockchain information required for operating the web 3 game. Perform the blockchain function requested by the user with the set information.
Warning
Preparation of contracts and convert pools through the KMS wallet is essential. Please complete the preparations according to the blockchain function you want to provide to the user.
- Minting: NFT contract, Lock contract Go to the console guide
- Convert: Convert pool Go to the console guide
Main¶
- You can set the blockchain information for each project by clicking the New Project button.
New Project¶
- Blockchain APPID : Issuing a blockchain APPID for each project is essential.
- App Center > APPID Management > Register New APPID > Web Login APPID > Select Blockchain and Issue APPID
- NFT Contract : Select the issued NFT contract by going to Blockchain > XPLA > Contract menu.
- The minting function is performed through the set contract when the user requests NFT minting.
- Lock Contract : Select the issued Lock contract by going to Blockchain > XPLA > Contract menu.
- The locking function is performed through the set contract when the user requests NFT locking.
- Convert Pool : Select the created convert pool by going to Blockchain > XPLA > Convert Pool menu.
- The set convert pool is used to convert between tokens and game items when the user requests converting.