@pocketminers/core
v0.0.1-preAlpha22
Published
Core package for PocketMiners
Downloads
100
Readme
@pocketminers/core
Overview
This package is part of the Pocket Miners project, which is a collection of tools and libraries for building and managing decentralized applications on the Pocket Network.
Hierarchy
Templates: The interfaces and types used in the project. Templates make up the bases of the Components.
Components: Classes that implement the Templates.
- The Base Components are the most basic components that implement the Templates.
- The Common Components are then constructed using the Base Components.
Services: Classes that implement the Components and provide additional functionality.
Utils: Utility functions that are used throughout the project.
Development procession:
Peer
└── Services
└── Components
└── Base Component Object
└── Templates