This repo has everything needed to create a mobile dAPP to interact with a smart contract. The contract source code is located here and the ABI can be found here.
The smart contract was deployed to the Rinkeby testnet.
This is the smart contract address: 0xc7c44c64DBddA29e2723FD1056ab876A54ef24CE
Please check the test cases here to analyse how you can interact with the smart contract functions.
This smart contract is just for test purposes, it should not be used in a production environment.
To communicate with the smart contract, the web3 library is needed:
With this library you can send and retrieve infomation.