dYdX Chain Client for Javascript
Last updated
Last updated
The v4-Client Typescript client is used for placing transactions and querying the dYdX chain.
v4-client-js
uses node v18
for development. You can use nvm
to manage different versions of node.
You can run the following commands to ensure that you are running the correct node
and npm
versions.
Mobile apps needs to load JS as a single JS file. To build, run
The file is generated in native/ios/v4-native-client.js Pending: Different configurations may be needed to generate JS for Android app
Using the npm version
command will update the appropriate version tags within the package locks and also will add a git tag with the version number.. For example npm version minor
will perform the necessary changes for a minor version release. After the change is merged, a GitHub action will the new release.