@cryptobuilders/ark-extended-api
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

License: MIT

ARK Extended Public API

Provides additional endpoint functionality for the ARK public API.

Installation

Clone

yarn global add @cryptobuilders/ark-extended-api

Register Plugin

Edit the plugin config file located at:

~/.config/ark-core/{mainnet|devnet|testnet}/plugins.js

Add the following snippet right after core-logger-winston gets included:

module.exports = {
  // ...
  '@arkecosystem/core-blockchain': {
    fastRebuild: false,
  },
  '@arkecosystem/core-api': {
    enabled: !process.env.CORE_API_DISABLED,
    host: process.env.CORE_API_HOST || '0.0.0.0',
    port: process.env.CORE_API_PORT || 4003,
    whitelist: ['*'],
  },
  '@cryptobuilders/ark-extended-api': {},
  // ...
}

Changelog

1.0.1

  • updated devDependencies to remove known vulnerabilities in npm-check-updates

Credits

License

MIT © Cryptobuilders OÜ

Readme

Keywords

none

Package Sidebar

Install

npm i @cryptobuilders/ark-extended-api

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

5.75 kB

Total Files

13

Last publish

Collaborators

  • dmvt