Skip to content

JiaTaoXie/sentient-ui

 
 

Repository files navigation

Development Setup

Prerequisites

  • sentientd
  • node & npm 6.9.0 LTS Earlier node versions may work, but they do not have guaranteed support.
  • libxss is a required dependency for Electron on Debian, it can be installed with sudo apt-get install libxss1.

Running

Download your OS's release archive and unzip it

OR

Run from source

  1. Install dependencies mentioned above
  2. Download or git clone the repository
  3. npm install
  4. npm start

Read the document linked above to learn more about the application and its technologies.

Take a look at our issues page for a high level view of what objectives we're working on.

If you're the type to jump right into code, simply search through the project (sans the node_modules folder) for the term TODO:. If you're on a UNIX (Linux & OSX) system, run grep -r 'TODO:' js plugins in a terminal at the root level of the project

About

Sentient Wallet UI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.2%
  • CSS 14.9%
  • HTML 2.0%
  • Shell 1.9%