https://github.com/imfly/eok-dapp-demo
https://github.com/imfly/eok-dapp-demo
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imfly/eok-dapp-demo
- Owner: imfly
- Created: 2018-09-29T03:23:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T03:25:48.000Z (almost 8 years ago)
- Last Synced: 2025-02-28T05:07:33.291Z (over 1 year ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Ebookcoin-dapps-sdk
The official Ebookcoin decentralized application (DApp) sdk.
Requires:
* Ebookcoin 0.5.0
### Directory Structure
* **modules** - Contains the backend code of your dapp.
* **public** - Contains the frontend user interface of your dapp.
* **blockchain.json** - JSON file describing the SQL database schema. You will need this if you want to store any data within your dapp.
* **config.json** - JSON file containing your dapp's configuration data. By default this file defines a list of peers.
* **genesis.json** - JSON file containing important information about your dapp's genesis block.
* **index.js** - JavaScript file used to start your dapp.
* **modules.full.json** - JSON file containing a list of defined modules, required by **index.js**.
* **routes.json** - JSON file defining the HTTP routes of every endpoint in your dapp's API.