-
API: an API to interact with many different PoS blockchains (README)
-
App: Lunie Core (webapp) (README)
-
Extension: Lunie browser extension. (README)
To install the required modules for all packages run:
$ yarn
Or just work on the directory you are interested in and simply run yarn
Should follow this syntax:
$ yarn workspace <workspace-name> add <package-name>
As an example:
$ yarn workspace extension add vue-jest
- API:
$ yarn workspace api start
- App:
$ yarn workspace app serve
$ export LUNIE_API=https://staging-api.lunie.io
$ yarn workspace extension build
$ export LUNIE_API=https://staging-api.lunie.io
$ yarn workspace extension build:dev