Post
Topic
Board Development & Technical Discussion
Re: Extracting currency names from wallets or using RPC
by
ZeWaren
on 22/05/2014, 11:40:22 UTC
Two quick ways that I could think of are:
- Maintain a manual input field to allow the user to enter the coin name.
- Maintain a list of addresses of each coin and validate each one till you get a match.
The idea here is that you should not have to enter any information. The goal of the script is to give you a list of your wallet amounts completely automatically.