@arkecosystem/core-transaction-pool-redis

Transaction Pool - Redis Implementation for ARK Core

Usage no npm install needed!

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

README

ARK Core

ARK Core - Transaction Pool Redis

Installation

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

Configuration

Defaults

module.exports = {
  enabled: true,
  key: 'ark',
  maxTransactionsPerSender: 100,
  whitelist: ['127.0.0.1', '192.168.*'],
  redis: {
    host: process.env.ARK_REDIS_HOST || 'localhost',
    port: process.env.ARK_REDIS_PORT || 6379
  }
}

Security

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

Credits

License

MIT © ArkEcosystem