With asset logic and business logic jumbled together inside the same smart contract, this results in unclear separation between

20 Sep 2023, 12:16
With asset logic and business logic jumbled together inside the same smart contract, this results in unclear separation between these functions. For instance, even the Uniswap smart contract is itself an ERC-20 token contract!

Same news in other sources

4
Radix
RadixXRD #170
Twitter
20 Sep 2023, 12:16
More modular dApps can be built by developers b/c the function of a component is more clearly defined, with specific components for specific purposes. They’re not stuck with a monolithic s. contract that mixes asset and business logic, making functionality harder to separate.
More modular dApps can be built by developers b/c the function of a component is more clearly defined, with specific components
More modular dApps can be built by developers b/c the function of a component is more clearly defined, with specific components for specific purposes. They’re not stuck with a monolithic s. contract that mixes asset and business logic, making functionality harder to separate.
Radix
RadixXRD #170
Twitter
20 Sep 2023, 12:16
Components have the ability to accept buckets full of native tokens (provided by Radix Engine), which are standardized containers for transporting assets.
Components have the ability to accept buckets full of native tokens (provided by Radix Engine), which are standardized container
Components have the ability to accept buckets full of native tokens (provided by Radix Engine), which are standardized containers for transporting assets.
Radix
RadixXRD #170
Twitter
20 Sep 2023, 12:16
This results in better composability in the same way that the standardization of Lego bricks makes them more composable than if every brick was built from scratch by each child.
This results in better composability in the same way that the standardization of Lego bricks makes them more composable than if
This results in better composability in the same way that the standardization of Lego bricks makes them more composable than if every brick was built from scratch by each child.
Radix
RadixXRD #170
Twitter
20 Sep 2023, 12:16
How does it work on Radix? First, a component starts life by being instantiated from a blueprint, which is a template for smart contract functionality. You can read more on how this encourages on-ledger reuse of code & reduces error & duplication here👇
How does it work on Radix.
How does it work on Radix? First, a component starts life by being instantiated from a blueprint, which is a template for smart contract functionality. You can read more on how this encourages on-ledger reuse of code & reduces error & duplication here👇