TezosJ Smart Contract Caller demo dApp

Luiz Milfont
1 min readJan 23, 2020

--

Now you can test Tezos smart contract interaction without any programming!

January 23rd, 2020 — We are releasing for the first time our Tezos demo dApp, so any user, even without any programming skills, will be able to test smart contract interaction on Tezos blockchain by using a real desktop application.

Written in Java, this desktop application will run on Windows, Linux and Mac. The only requirement is to have a Java Runtime Environment installed in the machine.

Running the application

  1. Download here the TezosJDemoApp.jar file
  2. Open a command prompt and type: java -jar TezosJDemoApp.jar
  3. Fill in the fields and click the desired operation: addCustomer, removeCustomer, transfer or updateBalance.
  4. Wait a couple of minutes for the blockchain to process the transaction.
  5. Click on the operation hash result link to see the results.

The application uses Tezos testnet and a wallet with simulated funds. This was written for educational purposes and source-code will be available soon on Tezos.Rio github. Hope it can inspire developers worldwide!

Enjoy!

--

--