@xazab/drive

Replicated state machine for xazab Platform

Usage no npm install needed!

<script type="module">
  import xazabDrive from 'https://cdn.skypack.dev/@xazab/drive';
</script>

README

Drive

Latest Release Build Status Release Date standard-readme compliant

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

  1. Install Node.JS 12 or higher
  2. Copy .env.example to .env file
  3. 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

@shumkov

Contributing

Feel free to dive in! Open an issue or submit PRs.

License

MIT © Dash Core Group, Inc.