Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 501 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 501 Bytes

Dark Crystal

Back up secrets using your social fabric. A Secure Scuttlebutt application.

To get started, simply run:

git clone https://github.com/blockades/dark-crystal-standalone.git dark-crystal
cd dark-crystal
npm install
npm start

Development

In order to start in framed mode with dev tools automatically opening on start-up, run the following:

# NOTE: with live data
npm install
npm run start:dev

# NOTE: on a testnet
npm run start:testnet