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