dexpools-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.541 • Public • Published

dexpools-sdk

npm init - creates new package

Link on npm package (shared constants, utils, etc): https://www.npmjs.com/package/dexpools-sdk

To become a Collaborator of this package do the following:

  1. Create an npm account: https://www.npmjs.com/
  2. Login to your npm account in terminal
npm adduser
  1. Ask one of the collaborators to add you to the list of npm package collaborators. Add another user to collaborators (works for existing collaborators of the package):
npm owner add [npm account username]

To work with package in real time, without republishing after any updates, do the following:

  1. Create a link to the package
yarn link
  1. in the application where we will use the sdk (links to your local dexpools-sdk):
yarn link dexpools-sdk
  1. Compile sdk after any changes, watch changes
yarn start
  1. ...add code
  2. run prettier:
yarn lint-prettier
  1. Make build, if the build was successful, go to the next
yarn build
  1. Publish a new version of the package to npm
yarn publish
  1. commit, push changes to main
  2. in the application unlink form local sdk, re-install the package that was linked, update sdk version:
yarn unlink dexpools-sdk
yarn install --force
yarn add dexpools-sdk

npm unpublish <package-name>@<version> // Remove specific version

Readme

Keywords

Package Sidebar

Install

npm i dexpools-sdk

Weekly Downloads

1

Version

1.0.541

License

ISC

Unpacked Size

8.89 MB

Total Files

254

Last publish

Collaborators

  • tskweres
  • newbish
  • lovetrading10
  • anonymous-dev-v
  • bohdan141194