Is it possible to access the multichain network on mobile apps

+1 vote
Hie I would like to ask , if it is possible to access the multi chain network using an iOS or android application. Are there any libraries I can use or is there a way I can access my transaction information in Json format so that I show it on my mobile application.

If possible does the Api return Json data that I can access.
asked Oct 1, 2017 by kaddie

1 Answer

+1 vote

You need to either create your own API to connect to the Multichain RPC API or something like BItcoinJ, modified to be able to handle assets. For our own use, we used https://github.com/Kunstmaan/libphp-multichain PHP library and modified that, to create our own API to be used across websites, android and ios apps.

answered Oct 2, 2017 by mark
ok thank you, let me try doing that
can you do it?
...