Definition

Algorithms, the core processing logic part of the rules. It is mainly responsible for the redistribution logic of assets.

Users can choose different algorithms to send rules and solve problems according to their business needs.

All algorithms, are based on the standard input and output interface definition. So the algorithms are scalable.

Algorithms There are two types of algorithms

1. Decentralized algorithms

On-chain algorithms, generally divided into multiple steps, to perform a complete algorithm call.

For example, if the algorithm involves randomness. According to the engine's future Hash randomization principle, the user needs to wait for 3 blocks after putting in the call to get the result of the call.

2. Centralized algorithm

For the centralized server-side algorithm, so it does not involve operations such as blocks on the chain. So it is all single-step direct execution success.

Last updated