https://github.com/imfly/p2pbook
An ebook self-publishing dapp based on blockchain powered by Crypti
https://github.com/imfly/p2pbook
Last synced: 18 days ago
JSON representation
An ebook self-publishing dapp based on blockchain powered by Crypti
- Host: GitHub
- URL: https://github.com/imfly/p2pbook
- Owner: imfly
- Created: 2015-11-15T03:40:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T08:59:28.000Z (over 10 years ago)
- Last Synced: 2025-11-23T07:04:44.686Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# P2Pbook
An ebook self-publishing Dapp(decentralized application) based on blockchain powered by Crypti
### Requires
* Crypti 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.
Full documentation is available [here](https://github.com/crypti/crypti-dapps-docs).