Algorand Standard Assets - cogeorg/teaching GitHub Wiki
Algorand Standard Assets can be compared to the tokens we looked at in the Ethereum sessions. They are digital assets that can be fungible as well as non-fungible. Additionally, one can add restrictions to the assets when needed.
The Algorand developer portal has an excellent tutorial on Algorand Standard Assets. You can follow it using the sandbox. Start the sandbox via
$ ./ sandbox up
Now, run each command using the ./sandbox
prefix and without the -d data
flag. For example, the first command is:
$ ./sandbox goal wallet new MyWalletASA
Once you have finished, you can shut down the sandbox via ./sandbox down
and delete it via ./sandbox clean
.