Skip to content

Latest commit

 

History

History
 
 

README.md

ARK Core

ARK Core - JSON-RPC Server

Installation

yarn add @arkecosystem/core-json-rpc

Configuration

Defaults

'use strict'

module.exports = {
  port: 8080,
  allowRemote: true,
  whitelist: ['127.0.0.1', '::ffff:127.0.0.1', '192.168.*']
}

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