Replicated state machine for Dash Platform
Drive is the storage component of Dash Platform, allowing developers to store and secure their application data through Dash'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.
- Install Node.JS 12 or higher
- Copy
.env.example
to.env
file - Install npm dependencies:
npm install
npm run abci
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.
Read about tests in test/
folder.
Feel free to dive in! Open an issue or submit PRs.
MIT © Dash Core Group, Inc.