I would like to set a logo to my asset. How can I do it?
I would strongly recommend to follow ARC-3:
---
arc: 3
title: Algorand Standard Asset Parameters Conventions for Fungible and Non-Fungible Tokens
status: Final
---
# Algorand Standard Asset Parameters Conventions for Fungible and Non-Fungible Tokens
## Summary
This document introduce conventions for the parameters of Algorand Standard Assets (ASAs) for fungible tokens and non-fungible tokens (NFTs).
## Abstract
The goal of these conventions is to make it simpler for block explorers, wallets, exchanges, marketplaces, and more generally, client software to display the properties of a given ASA.
## Specification
The key words "**MUST**", "**MUST NOT**", "**REQUIRED**", "**SHALL**", "**SHALL NOT**", "**SHOULD**", "**SHOULD NOT**", "**RECOMMENDED**", "**MAY**", and "**OPTIONAL**" in this document are to be interpreted as described in [RFC-2119](https://www.ietf.org/rfc/rfc2119.txt).
This file has been truncated. show original
ARC-3 is both for fungible and non-fungible tokens.
Now, I don’t think major wallets and block explorers display ARC-3 metadata. So you may also want to follow New process to validate ASAs in addition.
Here is a link to our docs on creating an NFT using one of the SDKs, JS, Java, Go, and Python. Create an NFT - Algorand Developer Portal
And this site requires no coding, just set the quantity value to 1 and use the arc3 standard that Fabrice shared. https://algodesk.io/
Create an NFT - Algorand Developer Portal .