torus-blockstack-demo
Version:
StarkCrate Application w/ Torus compatibility. Turned a blockstack application sample to also have Torus login compatibility as well
14 lines (13 loc) • 634 B
Markdown
# This is an application demo known as StarkCrate
### The purpose of this NPM package is to run this application demo/sample (which is a Blockstack app) that has Torus
## Compatibility
#### You can build untop of this NPM package or run your own Blockstack/Torus hybrid authentication application
## Running:
```
git clone https://github.com/blockstack/blockstack-browser.git
npm install
npm run dev
npm i torus-blockstack-demo
npm run start
```
[](https://devpost.com/software/starkcrate-torus-edition)