Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Latest commit

 

History

History

client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
id title description
getting-started
Getting Started
TypeScript Client Library For Communicating With Core Server Public REST API

Client

Install package with Yarn

yarn add @arkecosystem/client

Development

  1. Fork the package.

  2. Clone your forked repository.

    git clone https://github.com/<githubusername>/typescript-client
  3. Next, move into the fresh cloned directory.

    cd typescript-client
  4. Proceed to install the dependencies.

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

    yarn test