I want to build something will Nimiq and was trying to learn about implementing it and a few issues appeared:
The test accounts have balance zero: Does this prevent a test transaction occurring?
The examples in the tutorials don’t seem to work. For example:
https://nimiq.github.io/tutorials/playground.html#basics-4-extended-tx-demo.html
It creates a node, wallet, establishes consensus,
Then Reports height, balance (zero NIM) over and over between errors reporting the socket dropping connections (expected behaviour).
When I try to place a transaction against another test wallet, nothing appears and nothing happens. Beyond “Nimiq.Client.TransactionState.PENDING” onTransaction() doesn’t report anything in any reasonable amount of time.
I put together an example here to better fiddle with the code: https://codepen.io/tomasMetcalfe/pen/abEyZdE
In testing out the in browser miner over night I got precisely zero luna, this seems inordinately expensive.