Skip to content

reputation-network/rey-sdk-js

Repository files navigation

REY SDK for JavaScript

Build Status Coverage Dependency Status

⚠️ WARNING: This project is still in alpha, so the SDK interface might change

$ yarn install reputation-network/rey-sdk-js

Usage

TODO

Docs

TODO

Running the tests

$ yarn install
$ yarn test

Publishing a new version

  • Make sure you are on a clean working directory: no staged files, no unstaged files
  • Run yarn version, when prompted, insert the new version number. This command will build the library and commit the changes tagged with the version. Running git log -1 afterwards should show a commit with the new version.
  • Push the changes with git push origin master --follow-tags

LICENSE

MIT © 2018 Reputation Network