0.1.4 • Published 5 years ago

@phantomchain/core-transaction-pool-redis v0.1.4

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

PHANTOM Core)

PHANTOM Core - Transaction Pool Redis

Installation

yarn add @phantomchain/core-transaction-pool-redis

Configuration

Defaults

module.exports = {
  enabled: true,
  key: 'phantom',
  maxTransactionsPerSender: 100,
  allowedSenders: [],
  redis: {
    host: process.env.PHANTOM_REDIS_HOST || 'localhost',
    port: process.env.PHANTOM_REDIS_PORT || 6379,
  },
}

Security

If you discover a security vulnerability within this package, please send an e-mail to security@phantom.org. All security vulnerabilities will be promptly addressed.

Credits

License

MIT © ArkEcosystem