Install Desktop Admin Client
Download pre-release
Install from source code
git clone [email protected]:WhiteRiverBay/beaver-payment-pc.git
yarn install
yarn build
yarn pack
yarn dist
Initialize Configuration
After completing the server installation (by running install_local.sh or install.sh), execute the following command in the same directory to obtain the API token:
grep CLIENT_SECRET .env | awk -F '=' '{print $2}'
You can also modify this value in the .env file at any time. If you make changes, ensure you update the client’s API token accordingly.
Upon the first startup, the main interface will prompt you to initialize the Server URL and API Token. Fill in the server address and API token values in the corresponding dialog boxes.

Configuring Tron API Key
If you need Tron support, apply for a TronGrid API key.
If you do not require Tron support, this field can be left blank.
Once you have obtained the Tron API key, set it in the Settings page as shown in the following figure:
(Tron API Key)

Modifying Default RPC Configuration
However, many public RPC servers have rate limiters, which might cause some requests to be blocked or even result in your IP being blacklisted. Therefore, it is recommended to use a professional RPC server.
On the Settings page, you can individually modify the RPC server for each chain. See the figure below:

Last updated