A simple Ziliqa-based asset viewer decentralized application (dapp) where you can post images of asset, description, and view it.
Retrieval of the related images of the asset with the hash of the asset would also be supported.
Clone this repo and install the dependencies by doing the following:
git clone https://github.com/commx-io/ipfs_asset_viewer.git
cd ipfs_asset_viewer
npm install
Serve the application with hot reload in a development environment via:
npm run serve