Digital Assets on Tezos
Welcome to the Digital Assets Portal!
This documentation aims to help developers streamline implementation, integration, and the use of digital assets on the Tezos blockchain. The documentation is divided in sections based on what developers want to achieve.
Get Started with Tezos
Get started with the Tezos CLI and a local Tezos sandbox.
Token Contracts
This section outlines smart contract specifications for tokens (digital assets) and demonstrates interactions with smart contracts implementing them. Key contracts include: FA1.2, Multisig, and FA2.
Oracle
Check out this tutorial on how to use an oracle on Tezos. An oracle is a service that makes real-world data available on-chain, so smart contracts can interact with it.
Experimental
This section includes tutorials demonstrating new Tezos features added in recent protocol proposals. Check out this tutorial on auctioning ticket based NFTs, which shows a potential use case for tickets-- a new Tezos primitive proposed in Edo.
Running a Public Tezos Node
Get started with deploying a public Tezos node on AWS, including scripts and tools that make the cloud deployment straightforward.