- @blockstack/app@1.13.1 - @blockstack/connect@2.10.1 - @blockstack/keychain@0.10.1 - @blockstack/rpc-client@0.3.0-alpha.7 - test-app@1.5.1 - @blockstack/ui-docs@1.2.1 - @blockstack/ui@2.12.1
The Blockstack App
Source code is available on Github at https://github.com/blockstack/ux/tree/master/packages/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
- Go to: chrome://extensions
- Toggle: "developer mode" on.
- Click on: "Load unpacked"
- Select the newly created folder "dist" from the project folder.
Installing for Firefox
- Go to: about:debugging
- Click on "This Firefox"
- Click on: "Load Temporary Add-on…"
- Open the newly created folder "dist" from the project folder, and choose the "manifest.json" file.