Publications
-
Introducing My Algo Asset Manager
Explore how My Algo Asset Manager works and how to use all its features.
-
TEAL ALGO Oracle in Algorand Layer-1
In a blockchain, the ability to reference a price on-chain enables a seamless and trustless transaction environment, especially for automated transactions and smart contracts. Oracles are the entities in charge of broadcasting off-chain data such as market price to the blockchain, and serve as a source of truth that allows on-chain dApps to measure the value of assets referenced within a transaction. Rand Labs and Borderless Capital releases a Algorand Oracle that can be referenced in atomic transfers using TEAL stateful and stateless smart contracts.
-
Algorand Exchange Price Oracle
In this article, we show the implementation of a simple exchange using an on-chain Oracle as the price source. It handles the on-chain submission and the usage in an atomic transfer taking advantage of TEAL smart contracts.
-
Algorand Smart Contract Layer1 (ASC1) and Oracles
At the end of 2019, Algorand released in record time the Algorand Smart Contract Layer1 (ASC1), a new paradigm shift for smart contracts. The first part of this article goes through our understanding of ASC1. The second part addresses oracle data in ASC1 showing a way to insert signed data from the outside world with a small example.