@phantomchain/core-transaction-pool-redis

Transaction Pool - Redis Implementation for PHANTOM Core

Usage no npm install needed!

<script type="module">
  import phantomchainCoreTransactionPoolRedis from 'https://cdn.skypack.dev/@phantomchain/core-transaction-pool-redis';
</script>

README

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