Skip to content

borispovod/RedditDapp

Repository files navigation

Reddit DApp

Contains one board, posts, comments and likes contract.

Tutorial here.

Based on DApp Toolkit

The official Crypti decentralized application (DApp) toolkit.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published