@xazab/drive
v0.17.0-dev.3
Published
Replicated state machine for xazab Platform
Downloads
3
Readme
Drive
Replicated state machine for Xazab Platform
Drive is the storage component of Xazab Platform, allowing developers to store and secure their application data through Xazab's masternode network. Application data structures are defined by a data contract, which is stored on Drive and used to verify/validate updates to your application data.
Table of Contents
Install
- Install Node.JS 12 or higher
- Copy
.env.example
to.env
file - Install npm dependencies:
npm install
Usage
npm run abci
Configuration
Drive uses environment variables for configuration.
Variables are read from .env
file and can be overwritten by variables
defined in env or directly passed to the process.
See all available settings in .env.example.
Tests
Read about tests in test/
folder.
Maintainer
Contributing
Feel free to dive in! Open an issue or submit PRs.
License
MIT © Dash Core Group, Inc.