Skip to content

core library developers

Nick edited this page Jun 27, 2022 · 1 revision

Welcome to the developer's page.

The core steps at this time to get started are:

Set up

To install this projects dependencies npm i

Build for Node JS driven Apps

To build this npm package npm run build

Build for non Node Js driven apps

To build this npm package npm run build-umd

Test

To build this npm package npm run test

Publish

to publish this package.

  1. update version inside package.json
  2. create a pull request, ensuring tests pass and the code is working across the examples (on and off chain)
  3. run npm run build-umd and rename the '/dist' to '/token-negotiator-alpha-dist' (to include the UMD version inside the Github project)
  4. run npm publish --access=public

Contributing

We really look forward to any feedback and support towards all of our open source tools.

Please read our CONTRIBUTING.md inside the root of this library to get started.

For core team, apply Semantic versioning for new releases of Token Negotiator.

Support

sayhi@smarttokenlabs.com