Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/likecoin/hkos2018-dapp-web
- Owner: likecoin
- License: gpl-3.0
- Created: 2018-06-14T03:48:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T02:50:17.000Z (over 6 years ago)
- Last Synced: 2024-05-01T11:22:35.036Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.