Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 488 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 488 Bytes

Discourse + Blockstack

This is a Discourse plugin to enable log in with Blockstack.

Installation

  • Edit your containers/app.yml to include this under hooks > after_code > exec > cmd:

     - git clone https://github.com/stacks-network/discourse-blockstack.git
    

Development

To forward your local Blockstack API to your Discourse Vagrant instance use: $ vagrant ssh -- -R 6270:localhost:6270