The crypto wallet experience today is unacceptable for all but those who have the crypto enthusiast’s combination of technical savvy and risk tolerance. Particularly for DeFi wallets like Metamask, ho
Unlike most blockchain platforms, an account on Radix are not simply associated with your public and private key. Instead, an account is a component, instantiated from a built-in account blueprint pro
The locker package, and the account locker blueprint in particular, offer a new pattern for applications to handle account deposits in a way that doesn't fail due to account deposit settings, does not
This document offers a description of the design and implementation of the Consensus Manager component: its state, public API, and its system-triggered, internal responsibilities.
This document offers a description of the design and implementation of the Fungible Resource Manager blueprint. Additionally, this document provides an API reference for all its methods, functions and
The Identity Component Rust Docs(https://docs.rs/scrypto/latest/scrypto/component/struct.Identity.html)
The intent process (previously known as the transaction processor) is responsible for running transactions, by interpreting an Intent Manifest(transaction-manifest) and execution the commands it con
Certain blueprints are so critical, or so universally useful, that they are implemented directly in Rust in the Radix Engine. Like any blueprint, these can be instantiated into components. They cont
Liquidity pools are a concept used pervasively in a very wide range of DeFi applications.
This document offers a description of the design and implementation of the Transaction Tracker: its state and internal responsibilities.
This document offers a description of the design and implementation of the Validator blueprint. Additionally, this document provides an API reference which documents each of the Validator blueprint me