Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/likecoin/hkos2018-dapp-web

HKOSCon 2018 demo application
https://github.com/likecoin/hkos2018-dapp-web

Last synced: 2 days ago
JSON representation

HKOSCon 2018 demo application

Awesome Lists containing this project

README

        

This repo is a demo for [HKOSCon 2018](https://hkoscon.org/2018/).

## Installation

`npm install --dev`

## Development

`npm run dev`

Then web application could be accessed on http://localhost:1234

## Deployment

1. Deploy the smart contract in any way (e.g. using [Remix](https://remix.ethereum.org/))
1. Obtain contract address and put it inside `contract.json`
1. If you have modified the contract, you may also need to update the ABI in `contract.json`

## Production

This is just a demo, so no production mode.