8

I would like to play around with iota transactions without putting real value tokens at risk.

Is there any zero-value iota test network?

q9f
  • 543
  • 3
  • 11

2 Answers2

3

You can use the IOTA testnet, simply by connecting your application to a public testnet node. It is designed to be lighter and quicker than the IOTA mainnet (transactions are confirmed more quickly), but parallel to the mainnet in almost all other respects. IOTA developers and community members will be happy to give you free test iotas to use; see the linked resource for instructions on how to get started.

Laurence
  • 1,358
  • 8
  • 12
2

You can do 0 value transactions on the main net without using tokens.

aboose
  • 3,135
  • 3
  • 15
  • 37
  • 2
    This is somewhat a comment, not an answer. I am not aware that this is possible. Can you expand on how this works? – q9f Nov 29 '17 at 08:21
  • @5chdn it is possible in theory (if you "manually" send out a zero-value transaction), but I think the official wallet interface doesn't currently let the user send zero-value transactions, unfortunately. – Phil-ZXX Nov 29 '17 at 10:35
  • It works. I am playing with the Java API and using fresh seeds with 0 tokens, and my transactions are fine – Sune Nov 30 '17 at 01:32