Skip to content
forked from luniehq/lunie

Lunie is making staking accessible for everyone ✨

Notifications You must be signed in to change notification settings

chainofsecrets/lunie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunie Official Monorepo

Packages:

  • API: an API to interact with many different PoS blockchains (README)

  • App: Lunie Core (webapp) (README)

  • Extension: Lunie browser extension. (README)

Preparation:

To install the required modules for all packages run:

$ yarn

Or just work on the directory you are interested in and simply run yarn

To install a single package:

Should follow this syntax:

$ yarn workspace <workspace-name> add <package-name>

As an example:

$ yarn workspace extension add vue-jest

To run:

  • API:
$ yarn workspace api start
  • App:
$ yarn workspace app serve

To build extension:

$ export LUNIE_API=https://staging-api.lunie.io
$ yarn workspace extension build

To build extension enabling localhost connection

$ export LUNIE_API=https://staging-api.lunie.io
$ yarn workspace extension build:dev

About

Lunie is making staking accessible for everyone ✨

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 60.2%
  • Vue 36.7%
  • CSS 1.6%
  • Shell 0.7%
  • HTML 0.4%
  • Swift 0.3%
  • Other 0.1%