I'm trying to create assets with a creator address into a reserve address. But if I create the asset all units are send to the creator address instead of the reserve address. How do I get all assets into the reserve address or is the reserve address pure for show?
How do I get the units of an Algorand Standard Assets (ASA) automatically deposited into the reserve address?
93 Views Asked by Totlaterz At
1
There are 1 best solutions below
Related Questions in ALGORAND
- TealScript - Budget increase
- TealScript - How to work with uint64 and uint256 and how to do conversions between them?
- TealScript - arc4 Transaction parameter either Pay or Asset transfer
- Algrand Smart Contract Method Calling
- Does Algorand have a clear-cut distinction between ALGO and ASA tokens?
- Cannot find reference 'get_accounts' in '__init__.py' in PyCharm
- How do I check of an account had opted-in to an ASA using the python algosdk?
- Cannot import 3rd party JavaScript module
- How to create a child app with parameters in Algorand?
- Algorand how is round membership computed from the output of a VRF
- Algorand ARC-19 and ARC-69. What exaclty is the difference?
- How do we pass the string as an application argument? (Algorand, JS SDK)
- Block-chain memorised 5.000.000 of hash
- How do I get the units of an Algorand Standard Assets (ASA) automatically deposited into the reserve address?
- DiscordJS "interactionCreate" listener not working
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The reserve address is purely information ("for show"). Units are always created in the creator address. If the reserve address is different, you then need to send an opt-in transactions from the reserve address, and then need to send all tokens to this address.