Client

Install package with a package manager

To install the @arkecosystem/typescript-client package, you can use your favourite package manager.

// NPM
npm add @arkecosystem/typescript-client@next

// Yarn
yarn add @arkecosystem/typescript-client@next

// PNPM
pnpm add @arkecosystem/typescript-client@next

Development

  1. Fork the package.
  2. Clone your forked repository.
git clone https://github.com/<githubusername>/typescript-client
  1. Next, move into the fresh cloned directory.
cd typescript-client
  1. Proceed to install the dependencies.

Note that for development you should make use of pnpm.

pnpm install
  1. Dependencies are now installed, you can now run the tests to see if everything is running as it should.
pnpm test