SlideShare a Scribd company logo
1 of 28
Download to read offline
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
1
Algorand Standard Assets - ASA
Russ Fustino
Developer Advocate
russ@algorand.com
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
New to ASA Development?
• Getting started?
• What are tokens?
• Create my own token?
• From an SDK?
• Query Assets?
• Visually creating?
• NFTs?
2
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
Agenda
○ ASA
○ Query ASA and Tools
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
8
ASA
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
● Create Native Tokens
● Administrator Functions
● Asset Spam Protection
● Resides on Layer-1
Algorand Standard Assets (ASA)
T
Block Block Block
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
Example Assets
FUNGIBLE
TOKENS
• In Game Points
• Stable Coins
• Loyalty Points
• System Credits
• Cryptocurrencies
NON-FUNGIBLE
TOKENS
• In Game Items
• Supply Chain
• Real Estate
• Identity
• Certifications
• Collectables
RESTRICTED
FUNGIBLE TOKENS
• Securities
• Gov't Issued Fiat
RESTRICTED NON-FUNGIBLE
TOKENS
• Real Estate
• Ownership Registries
• Regulatory Certifications
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
ASA Lifecycle
• Create
• Manage
• Opt-In
• Transfer
• Freeze
• Revoke (Clawback)
• Destroy
14
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
Search on ASA tutorials in the Dev portal
16
Demo – ASA
AlgoDEA
Tokens in Unity 3D
ASA LifeCycle
Unity Code and Solution
https://developer.algorand.org/solutions/simple-
example-using-algorand-with-unity-3d-engine/
Demo downloads:
AlgorandUnityDemoTest.Windows.x64.v0.1.zip
AlgorandUnityDemoTest.Mac.x64.v0.1.zip
https://github.com/Vytek/AlgorandUnity/
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
19
Query ASA and tools
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
Indexer
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
Indexer
• Use sandbox default for Private network (includes
Indexer instance)
• Use a service:
• Purestake https://www.purestake.com/
• Rand Labs https://algoexplorer.io/
• Build your own
https://developer.algorand.org/docs/run-a-
node/setup/indexer/
•
21
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
Indexer search on Algorand Blockchain
Blocks
Transactions
Accounts
Assets Applications
22
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
Indexer Asset specific Queries
• Accounts for AssetID
• Accounts for AssetID with min/max balance
(Leaderboard)
• Asset Balances
• Transactions with AssetID, roles, account
• Assets by Name
• Assets by AssetID
• Address by Asset
25
Demo:
Indexer – Asset Queries
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
Algodesk.io
27
T
Block Block Block
Demo:
Algodesk.io
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
NFT’s – How to build?
• NFTs can be built using Algorand’s layer 1 ASAs
• NFTs with unique transfer logic can be built using Stateful
Smart Contracts.
• NFTs built using ASAs can be manipulated with unique
logic using Stateless Smart Contracts.
• Highly configurable NFT applications can be built using a
combination of Atomic Transfers, ASAs, Stateful and
Stateless Smart Contracts.
29
https://developer.algorand.org/articles/building-nfts-on-algorand/
Demo: NFT
https://www.originmint.io/#/login
Algordesk Minter
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
Where are the code samples?
Java, JavaScript, Go and Python
File Structure by Feature/V2/Language:
• https://github.com/algorand/docs
• https://github.com/algorand/docs/tree/master/examples
File Structure By Language/V2/Feature:
• Clone https://github.com/algorand-devrel/hackathon
• https://github.com/algorand-
devrel/hackathon/tree/master/algorandsamples/v2
31
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
ASA Resources
Asset fields https://developer.algorand.org/docs/reference/transactions/#asset-parameters
Algodesk Minter – NFT https://www.originmint.io/#/login
NFT Game Solution https://developer.algorand.org/solutions/algorealm-nft-royalty-game/
Building NFT’s https://developer.algorand.org/articles/building-nfts-on-algorand/
Unity Solution(ASA)
https://github.com/Vytek/AlgorandUnity/blob/4ff604375d8f52c96185d4b48afbeb92f6da9443/
Assets/Scripts/AlgorandManager.cs#L122
Solution: https://developer.algorand.org/solutions/simple-example-using-algorand-with-unity-
3d-engine/
•
33
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
Summary
○ ASA
○ Query ASA and Tools
Resources:
Discord channel:
https://discord.com/invite/YgPTCVk
AlgoSigner Tutorial:
https://developer.algorand.org/tutorials/adding-transaction-capabilities-dapp-using-algosigner/
VS Code Tutorials:
https://developer.algorand.org/tutorials/vs-code-python/
https://developer.algorand.org/tutorials/vs-code-java/
https://developer.algorand.org/tutorials/vs-code-go/
https://developer.algorand.org/tutorials/vs-code-javascript/
https://developer.algorand.org/tutorials/vs-code-csharp/
See Community Tools Here:
https://developer.algorand.org/docs/community/
Algorand Studio:
https://github.com/ObsidianLabs/AlgorandStudio#algorand-studio
AlgoDEA:
https://algodea-docs.bloxbean.com/overview
Resources (continued):
Algorand Playground:
https://algorand.rockx.com/
AlgoDesk.io
https://algodesk.io/#/portal/home
Sign up to developer office hours here:
https://www.algorand.com/developers
Algorand Builder Article:
https://developer.algorand.org/articles/introducing-algorand-builder/
Rest API endpoints:
https://developer.algorand.org/docs/reference/sdks/#algod-v2-and-indexer-rest-endpoints
Rekeying:
https://developer.algorand.org/docs/features/accounts/rekey/
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
Resources
● Discord: https://discord.gg/YgPTCVk
● Developer Portal (Documentation and Tutorials):
https://developer.algorand.org/
● Forum: https://forum.algorand.org/
● GitHub: https://github.com/algorand
● PowerPoint: https://bit.ly/3dpRxmB
● OFFICE HOURS sign up:
https://www.algorand.com/developers
Upcoming
Developer Office Hours
April 20th, 13:00 UTC (9am EST) | NFT design
considerations & best practices
May 4th, 16:00 UTC (12pm EST) | ALGORealm &
How to create NFTs with royalties on Algorand
OFFICE HOURS sign up:
https://www.algorand.com/developers
• Click to edit Master text styles
• Second level
• Third level
• Fourth level
• Fifth level
Sign up Today!
39
©2020 Algorand, All rights reserved

More Related Content

What's hot

Building with Algorand Blockchain 2020 (everything you need to know)
Building with Algorand Blockchain 2020 (everything you need to know)Building with Algorand Blockchain 2020 (everything you need to know)
Building with Algorand Blockchain 2020 (everything you need to know)
Russ Fustino
 

What's hot (6)

Building with Algorand Blockchain 2020 (everything you need to know)
Building with Algorand Blockchain 2020 (everything you need to know)Building with Algorand Blockchain 2020 (everything you need to know)
Building with Algorand Blockchain 2020 (everything you need to know)
 
Building with Algorand 2.0, everything you need to know
Building with Algorand 2.0, everything you need to knowBuilding with Algorand 2.0, everything you need to know
Building with Algorand 2.0, everything you need to know
 
Algorand
AlgorandAlgorand
Algorand
 
The Algorand Blockchain Decentralized and for Developers
The Algorand Blockchain  Decentralized and for DevelopersThe Algorand Blockchain  Decentralized and for Developers
The Algorand Blockchain Decentralized and for Developers
 
Algorand Technical Workshop 2021
Algorand Technical Workshop 2021Algorand Technical Workshop 2021
Algorand Technical Workshop 2021
 
Ekon23 (1) Kingdom-Driven-Design
Ekon23 (1) Kingdom-Driven-DesignEkon23 (1) Kingdom-Driven-Design
Ekon23 (1) Kingdom-Driven-Design
 

Similar to ASA Encode

9781305078444 ppt ch01
9781305078444 ppt ch019781305078444 ppt ch01
9781305078444 ppt ch01
Terry Yoast
 

Similar to ASA Encode (20)

Algorand Development Environment
Algorand Development Environment Algorand Development Environment
Algorand Development Environment
 
Scala at Treasure Data
Scala at Treasure DataScala at Treasure Data
Scala at Treasure Data
 
TypeScript - Javascript done right
TypeScript - Javascript done rightTypeScript - Javascript done right
TypeScript - Javascript done right
 
Top 10 python ide
Top 10 python ideTop 10 python ide
Top 10 python ide
 
C# Fundamental
C# FundamentalC# Fundamental
C# Fundamental
 
APIs and SDKs: Breaking into and Succeeding in a Specialty Market
APIs and SDKs: Breaking into and Succeeding in a Specialty MarketAPIs and SDKs: Breaking into and Succeeding in a Specialty Market
APIs and SDKs: Breaking into and Succeeding in a Specialty Market
 
RSA SF Conference talk-2009-ht2-401 sallam
RSA SF Conference talk-2009-ht2-401 sallamRSA SF Conference talk-2009-ht2-401 sallam
RSA SF Conference talk-2009-ht2-401 sallam
 
Embedded Rust
Embedded RustEmbedded Rust
Embedded Rust
 
Hidden Treasure - TestComplete Script Extensions
Hidden Treasure - TestComplete Script ExtensionsHidden Treasure - TestComplete Script Extensions
Hidden Treasure - TestComplete Script Extensions
 
TaraVault Overview Presentation (2021)
TaraVault Overview Presentation (2021)TaraVault Overview Presentation (2021)
TaraVault Overview Presentation (2021)
 
Introduction to Python Programming
Introduction to Python ProgrammingIntroduction to Python Programming
Introduction to Python Programming
 
Magento 2 Workflows
Magento 2 WorkflowsMagento 2 Workflows
Magento 2 Workflows
 
Engage 2019: Introduction to Node-Red
Engage 2019: Introduction to Node-RedEngage 2019: Introduction to Node-Red
Engage 2019: Introduction to Node-Red
 
DevOps Unleashed: Strategies that Speed Deployments
DevOps Unleashed: Strategies that Speed DeploymentsDevOps Unleashed: Strategies that Speed Deployments
DevOps Unleashed: Strategies that Speed Deployments
 
Native Script Overview
Native Script OverviewNative Script Overview
Native Script Overview
 
9781305078444 ppt ch01
9781305078444 ppt ch019781305078444 ppt ch01
9781305078444 ppt ch01
 
Visual studio 2012 - What's in it for me?
Visual studio 2012 - What's in it for me?Visual studio 2012 - What's in it for me?
Visual studio 2012 - What's in it for me?
 
Getting started with Appcelerator Titanium
Getting started with Appcelerator TitaniumGetting started with Appcelerator Titanium
Getting started with Appcelerator Titanium
 
Getting started with titanium
Getting started with titaniumGetting started with titanium
Getting started with titanium
 
Making Scala Faster: 3 Expert Tips For Busy Development Teams
Making Scala Faster: 3 Expert Tips For Busy Development TeamsMaking Scala Faster: 3 Expert Tips For Busy Development Teams
Making Scala Faster: 3 Expert Tips For Busy Development Teams
 

More from Vanessa Lošić

Encode polkadot club event 3, technical deepdive
Encode polkadot club   event 3, technical deepdiveEncode polkadot club   event 3, technical deepdive
Encode polkadot club event 3, technical deepdive
Vanessa Lošić
 
Encode polkadot club event 2, intro to polkadot
Encode polkadot club   event 2, intro to polkadotEncode polkadot club   event 2, intro to polkadot
Encode polkadot club event 2, intro to polkadot
Vanessa Lošić
 

More from Vanessa Lošić (20)

Intro to DAOs
Intro to DAOsIntro to DAOs
Intro to DAOs
 
Hack DeFi Ideation
Hack DeFi IdeationHack DeFi Ideation
Hack DeFi Ideation
 
Encode Club Hackathon
Encode Club Hackathon  Encode Club Hackathon
Encode Club Hackathon
 
How fcm-works-v0.1 fc-club-22092021
How fcm-works-v0.1 fc-club-22092021How fcm-works-v0.1 fc-club-22092021
How fcm-works-v0.1 fc-club-22092021
 
Polkadot ideation
Polkadot ideationPolkadot ideation
Polkadot ideation
 
Encode polkadot club
Encode polkadot club  Encode polkadot club
Encode polkadot club
 
Textile
TextileTextile
Textile
 
Encode Club workshop slides
Encode Club workshop slidesEncode Club workshop slides
Encode Club workshop slides
 
Encode polkadot hack intro event
Encode polkadot hack intro eventEncode polkadot hack intro event
Encode polkadot hack intro event
 
Encode
EncodeEncode
Encode
 
Encode Club -_Pinning_Services_-_aug_2021
Encode Club -_Pinning_Services_-_aug_2021Encode Club -_Pinning_Services_-_aug_2021
Encode Club -_Pinning_Services_-_aug_2021
 
Encode Polkadot Club
Encode Polkadot Club   Encode Polkadot Club
Encode Polkadot Club
 
Interlay + Encode
Interlay + EncodeInterlay + Encode
Interlay + Encode
 
Subspace
SubspaceSubspace
Subspace
 
Intro to NFTs
Intro to NFTsIntro to NFTs
Intro to NFTs
 
Introduction to Filecoin
Introduction to Filecoin   Introduction to Filecoin
Introduction to Filecoin
 
Encode polkadot club event 3, technical deepdive
Encode polkadot club   event 3, technical deepdiveEncode polkadot club   event 3, technical deepdive
Encode polkadot club event 3, technical deepdive
 
Encode club introduction_to_libp2p
Encode club introduction_to_libp2pEncode club introduction_to_libp2p
Encode club introduction_to_libp2p
 
Encode polkadot club event 2, intro to polkadot
Encode polkadot club   event 2, intro to polkadotEncode polkadot club   event 2, intro to polkadot
Encode polkadot club event 2, intro to polkadot
 
Hack africa workshop_2_part_one_chilli_chelli
Hack africa workshop_2_part_one_chilli_chelliHack africa workshop_2_part_one_chilli_chelli
Hack africa workshop_2_part_one_chilli_chelli
 

Recently uploaded

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Recently uploaded (20)

Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 

ASA Encode

  • 1. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level 1 Algorand Standard Assets - ASA Russ Fustino Developer Advocate russ@algorand.com
  • 2. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level New to ASA Development? • Getting started? • What are tokens? • Create my own token? • From an SDK? • Query Assets? • Visually creating? • NFTs? 2
  • 3. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level Agenda ○ ASA ○ Query ASA and Tools
  • 4. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level 8 ASA
  • 5. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level ● Create Native Tokens ● Administrator Functions ● Asset Spam Protection ● Resides on Layer-1 Algorand Standard Assets (ASA) T Block Block Block
  • 6. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level Example Assets FUNGIBLE TOKENS • In Game Points • Stable Coins • Loyalty Points • System Credits • Cryptocurrencies NON-FUNGIBLE TOKENS • In Game Items • Supply Chain • Real Estate • Identity • Certifications • Collectables RESTRICTED FUNGIBLE TOKENS • Securities • Gov't Issued Fiat RESTRICTED NON-FUNGIBLE TOKENS • Real Estate • Ownership Registries • Regulatory Certifications
  • 7. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level ASA Lifecycle • Create • Manage • Opt-In • Transfer • Freeze • Revoke (Clawback) • Destroy 14
  • 8. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level Search on ASA tutorials in the Dev portal 16
  • 9. Demo – ASA AlgoDEA Tokens in Unity 3D ASA LifeCycle
  • 10. Unity Code and Solution https://developer.algorand.org/solutions/simple- example-using-algorand-with-unity-3d-engine/ Demo downloads: AlgorandUnityDemoTest.Windows.x64.v0.1.zip AlgorandUnityDemoTest.Mac.x64.v0.1.zip https://github.com/Vytek/AlgorandUnity/
  • 11. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level 19 Query ASA and tools
  • 12. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level Indexer
  • 13. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level Indexer • Use sandbox default for Private network (includes Indexer instance) • Use a service: • Purestake https://www.purestake.com/ • Rand Labs https://algoexplorer.io/ • Build your own https://developer.algorand.org/docs/run-a- node/setup/indexer/ • 21
  • 14. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level Indexer search on Algorand Blockchain Blocks Transactions Accounts Assets Applications 22
  • 15. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level Indexer Asset specific Queries • Accounts for AssetID • Accounts for AssetID with min/max balance (Leaderboard) • Asset Balances • Transactions with AssetID, roles, account • Assets by Name • Assets by AssetID • Address by Asset 25
  • 17. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level Algodesk.io 27 T Block Block Block
  • 19. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level NFT’s – How to build? • NFTs can be built using Algorand’s layer 1 ASAs • NFTs with unique transfer logic can be built using Stateful Smart Contracts. • NFTs built using ASAs can be manipulated with unique logic using Stateless Smart Contracts. • Highly configurable NFT applications can be built using a combination of Atomic Transfers, ASAs, Stateful and Stateless Smart Contracts. 29 https://developer.algorand.org/articles/building-nfts-on-algorand/
  • 21. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level Where are the code samples? Java, JavaScript, Go and Python File Structure by Feature/V2/Language: • https://github.com/algorand/docs • https://github.com/algorand/docs/tree/master/examples File Structure By Language/V2/Feature: • Clone https://github.com/algorand-devrel/hackathon • https://github.com/algorand- devrel/hackathon/tree/master/algorandsamples/v2 31
  • 22. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level ASA Resources Asset fields https://developer.algorand.org/docs/reference/transactions/#asset-parameters Algodesk Minter – NFT https://www.originmint.io/#/login NFT Game Solution https://developer.algorand.org/solutions/algorealm-nft-royalty-game/ Building NFT’s https://developer.algorand.org/articles/building-nfts-on-algorand/ Unity Solution(ASA) https://github.com/Vytek/AlgorandUnity/blob/4ff604375d8f52c96185d4b48afbeb92f6da9443/ Assets/Scripts/AlgorandManager.cs#L122 Solution: https://developer.algorand.org/solutions/simple-example-using-algorand-with-unity- 3d-engine/ • 33
  • 23. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level Summary ○ ASA ○ Query ASA and Tools
  • 24. Resources: Discord channel: https://discord.com/invite/YgPTCVk AlgoSigner Tutorial: https://developer.algorand.org/tutorials/adding-transaction-capabilities-dapp-using-algosigner/ VS Code Tutorials: https://developer.algorand.org/tutorials/vs-code-python/ https://developer.algorand.org/tutorials/vs-code-java/ https://developer.algorand.org/tutorials/vs-code-go/ https://developer.algorand.org/tutorials/vs-code-javascript/ https://developer.algorand.org/tutorials/vs-code-csharp/ See Community Tools Here: https://developer.algorand.org/docs/community/ Algorand Studio: https://github.com/ObsidianLabs/AlgorandStudio#algorand-studio AlgoDEA: https://algodea-docs.bloxbean.com/overview
  • 25. Resources (continued): Algorand Playground: https://algorand.rockx.com/ AlgoDesk.io https://algodesk.io/#/portal/home Sign up to developer office hours here: https://www.algorand.com/developers Algorand Builder Article: https://developer.algorand.org/articles/introducing-algorand-builder/ Rest API endpoints: https://developer.algorand.org/docs/reference/sdks/#algod-v2-and-indexer-rest-endpoints Rekeying: https://developer.algorand.org/docs/features/accounts/rekey/
  • 26. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level Resources ● Discord: https://discord.gg/YgPTCVk ● Developer Portal (Documentation and Tutorials): https://developer.algorand.org/ ● Forum: https://forum.algorand.org/ ● GitHub: https://github.com/algorand ● PowerPoint: https://bit.ly/3dpRxmB ● OFFICE HOURS sign up: https://www.algorand.com/developers
  • 27. Upcoming Developer Office Hours April 20th, 13:00 UTC (9am EST) | NFT design considerations & best practices May 4th, 16:00 UTC (12pm EST) | ALGORealm & How to create NFTs with royalties on Algorand OFFICE HOURS sign up: https://www.algorand.com/developers
  • 28. • Click to edit Master text styles • Second level • Third level • Fourth level • Fifth level Sign up Today! 39 ©2020 Algorand, All rights reserved