Files
connect/packages/app
Hank Stoever 4237af0d61 chore(release): publish
- @blockstack/app@1.8.1
 - @blockstack/connect@2.7.0
 - @blockstack/keychain@0.3.6
 - test-app@1.1.8
 - @blockstack/waffle-docs@0.1.6
 - @blockstack/ui@1.4.1
2020-05-15 08:02:45 -07:00
..
2019-09-03 16:47:10 -05:00
2020-03-10 14:31:05 -07:00
2020-05-01 11:00:02 -05:00
2020-05-14 11:16:47 -07:00
2020-05-06 13:45:13 +00:00
2019-09-03 16:47:10 -05:00
2020-05-15 08:02:45 -07:00
2020-02-18 17:50:33 -08:00

The Blockstack App

The Blockstack App is an application for interacting and authenticating with Blockstack apps. It can be used as a hosted web app (available at app.blockstack.org) or as a browser extension.

To use this application with your own Blockstack App, we recommend using Blockstack Connect.

Table of Contents:

Development

Although this app is usable as a browser extension, the best interface for development is as a normal web app. This is because it's faster and easier to develop it as a web app, for reasons like hot module loading, and not having to deal with the browser extensions UI constantly.

Setup

After cloning this repository, install dependencies:

yarn

Run Locally

yarn dev

Then, open localhost:8080.

Building and using as a browser extension

First, build the project:

yarn prod:ext

Installing for Chrome/Brave

  1. Go to: chrome://extensions
  2. Toggle: "developer mode" on.
  3. Click on: "Load unpacked"
  4. Select the newly created folder "dist" from the project folder.

Installing for Firefox

  1. Go to: about:debugging
  2. Select: "Enable add-on debugging"
  3. Click on: "Load Temporary Add-on…"
  4. Open the newly created folder "dist" from the project folder, and choose the "manifest.json" file.