https://github.com/pradel/twoblocks
Free and open source 2fa manager built with Stacks
https://github.com/pradel/twoblocks
2fa blockstack material-ui react
Last synced: 9 months ago
JSON representation
Free and open source 2fa manager built with Stacks
- Host: GitHub
- URL: https://github.com/pradel/twoblocks
- Owner: pradel
- License: mit
- Created: 2018-12-16T21:37:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T14:53:27.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T18:21:25.694Z (10 months ago)
- Topics: 2fa, blockstack, material-ui, react
- Language: TypeScript
- Homepage: https://twoblocks.leopradel.com
- Size: 6.2 MB
- Stars: 17
- Watchers: 5
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Twoblocks
Free and open source 2fa manager built with Stacks
## đ Features
- Codes are synced between devices
- Use your phone / laptop camera to scan a qrcode
- Add an account manually
- Dark theme
- Data stored encrypted on the storage of your choice using Stacks
## đ Setup
First you need to clone the repository:
```sh
git clone git@github.com:pradel/twoblocks.git
```
Then run the following command to install dependencies:
```sh
yarn install
```
Finally to start the server run:
```sh
yarn start
```
You can now open your browser and go to http://localhost:3000 to see the app.
## âī¸ Feature requests, suggest changes
Open an issue on this repo :)
## đ License
MIT Š [LÊo Pradel](https://www.leopradel.com/)