scholtzm / vapor-storehouse

Vapor plugin to create storage account via trade offers.
MIT License
4 stars 0 forks source link

NPM version Dependency Status

Vapor Store House Plugin

Vapor plugin to create storage account using trade offers.

Features

Installation

npm install vapor-storehouse

Usage

var storehouse = require('vapor-storehouse');

// Instantiate Vapor etc.

vapor.use(storehouse);
// or
vapor.use(storehouse, {familyViewPIN: '1234'});

Configuration

familyViewPIN (optional)

Family view PIN.

Events

message:*

Standard message events to be used with logger.

readFile / writeFile

Standard Vapor file events - readFile / writeFile.

License

MIT. See LICENSE.