-
Introduction 1
-
Lecture1.1
-
-
BSC Airdrops 5
-
Lecture2.1
-
Lecture2.2
-
Lecture2.3
-
Lecture2.4
-
Lecture2.5
-
-
XRP Ledger Service 5
-
Lecture3.1
-
Lecture3.2
-
Lecture3.3
-
Lecture3.4
-
Lecture3.5
-
-
Algorand Airdrops 4
-
Lecture4.1
-
Lecture4.2
-
Lecture4.3
-
Lecture4.4
-
-
More Sources of Free Crypto 5
-
Lecture5.1
-
Lecture5.2
-
Lecture5.3
-
Lecture5.4
-
Lecture5.5
-
-
Upcoming Airdrops 1
-
Lecture6.1
-
This content is protected, please login and enroll course to view this content!
Leave A Reply Cancel reply
You must be logged in to post a comment.
2 Comments
Which year was Algorand blockchain launched and secondly, how can I make use of NFT’s?
Algorand was initially released on April 2019, but it gained popularity in 2021.
Minting NFT from source, is beyond the scope of this program, and it is a bit technical.
If you guys request for it, I can simplify it, and create a short but detailed program for NFT minting and Trading.
Here is a sample NFT code on Algorand:
txn = AssetConfigTxn(sender=accounts[1][‘pk’],
sp=params,
total=10, // Total MUST be a power of 10 larger than 1: 10, 100, 1000, …
default_frozen=False,
unit_name=”ALICEART”,
asset_name=”Alice’s Artwork@arc3″,
manager=””,
reserve=””,
freeze=””,
clawback=””,
url=”https://path/to/my/fractional/asset/metadata.json”,
metadata_hash=json_metadata_hash,
decimals=1)