#Client
#Install package with Yarn
yarn add @arkecosystem/client
#Development
- Fork the package.
- Clone your forked repository.
git clone https://github.com//typescript-client
- Next, move into the fresh cloned directory.
cd typescript-client
- Proceed to install the dependencies.
yarn install
- Dependencies are now installed, you can now run the tests to see if everything is running as it should.
yarn test
Last updated 6 months ago
Edit Page