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
- Fork the package.
- Clone your forked repository.
git clone https://github.com/<githubusername>/typescript-client
- Next, move into the fresh cloned directory.
cd typescript-client
- Proceed to install the dependencies.
Note that for development you should make use of pnpm
.
pnpm install
- Dependencies are now installed, you can now run the tests to see if everything is running as it should.
pnpm test