Requesting test dummy coins

Only 2.0000 Juana coins are given per account per hour, therefore when testing, send small amounts such as ~ 0.0002 so your funds do not deplete while testing.


from kujuaOnChain.Client import inputs, functions

results = functions.get_dummy_coins(inputs.node.node_url, inputs.wallet.wallet_address)
print(results)
									

We use the on chain method by importing kujuaOnChain. Meaning the functions run directly on the node and return results. Off chain will be available with the full Github release. You can find the code for kujuaOnChain on GitHub