User-friendly interface

+1 vote
Are there any user friendly tools or interfaces to work the Multi-chain back-end? Is "cli" the only option? For e.g. when I list the transactions I am not able to read the time-stamp in the Gregorian model.
asked Aug 12, 2015 by anonymous

2 Answers

0 votes

At the moment multichain-cli is the main tool, or you can build a user interface using the JSON-RPC API that multichaind provides (and which multichain-cli is just a wrapper for).

Regarding the timestamp, on Linux you can try:

date -d @1439332520

Tue Aug 11 18:35:20 EDT 2015

answered Aug 12, 2015 by MultiChain
0 votes
The MultiChain web demo is now available:

https://github.com/MultiChain/multichain-web-demo
answered Dec 4, 2016 by MultiChain
...