I am new to cryptocurrency world. I want to create new own dash wallet. So, where i have to start?
which platform and library i shall use? how to test using test net?
All Dash addresses are public, there is no distinction between public/private addresses like in e.g. Zcash. Privacy is achieved through a coin mixing process, you can read about the details in the documentation. A lot of this has been translated into other major languages already, so if you speak e.g. Spanish it might be easier to read the Spanish version
ok. am trying to do send transaction operation. in utxo, how to get txid? this is my 1st transaction. and one more thing. how to change the network from livenet to testnet in code?