SMART CONTRACT DEVELOPMENT

Technology

Description

Name

Deploy and Test

Truffle

Local VM

Ganache

Language

Solidity v8

Deployment and Testing

In order to ensure the reliability and safety of all contract deployments in the game, we have passed strict deployment and testing to prevent unexpected accidents after the game is officially released. This was done to minimise the probability of any unexpected shortcoming during the gaming experience.

Process

Unpredictable Random Number

We have designed many random numbers in the game, and based on this, we have deployed a new random number development model to reduce the manual intervention of data and ensure absolute fairness for game players.

In this random number open model, we place all random numbers in the game in a random block in the future. Because the future blockchain is unpredictable, all players cannot predict in advance in the process of playing the game.

Last updated