id | title | description |
---|---|---|
getting-started |
Getting Started |
TypeScript Client Library For Communicating With Core Server Public REST API |
yarn add @arkecosystem/client
-
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.
yarn install
-
Dependencies are now installed, you can now run the tests to see if everything is running as it should.
yarn test