A monorepo of Interep JavaScript libraries.
Package | Version | Downloads | Size |
---|---|---|---|
@interep/identity (demo) | |||
@interep/proof | |||
@interep/reputation | |||
@interep/api | |||
@interep/telegram-bot | |||
@interep/db |
Clone this repository and install the dependencies:
$ git clone https://github.com/interep-project/interep.js.git
$ cd interep.js && yarn
$ yarn lint # Lint all packages.
$ yarn test # Test all packages (with common coverage).
$ yarn build # Create a JS build for each package.
$ yarn gh-pages # Create a new gh-page build for each package (where a demo exists).
$ yarn publish:fp # Publish packages on npm.
You can see the other npm scripts in the package.json
file.