Binance Devtools
This document will introduce how to use Binance Devtools.
IDE Usage
Create a new application
You can enter Create Project page from Project List page.
In the Create Project page, select an empty directory, IDE will generate a simple project under the directory.
Import an existing application
You can import an existing application from the directory with game.json and project.config.json
Inspect with IDE
Select a project from Project List page, click Open to enter Main Interface, you can inspect your application.
Preview the developing application on the device
Login IDE with Binance account, and make sure APPID is correct (in the Details Panel).
Clicking Preview in the Tool Bar, IDE will bundle and upload your application. After uploading, IDE will generate a QR Code, you can scan the QR Code with Binance App to preview your application.
Upload to managment portal
Login IDE with Binance account, and make sure APPID is correct (in the Details Panel).
Clicking Upload in the Tool Bar, IDE will bundle and upload your application. After uploading, you can manage the version from mpp website.