Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pepsighan/nearpass-ext
Open-source, decentralized and private password manager built on Near Protocol.
https://github.com/pepsighan/nearpass-ext
chrome-extension nearprotocol password-manager
Last synced: 10 days ago
JSON representation
Open-source, decentralized and private password manager built on Near Protocol.
- Host: GitHub
- URL: https://github.com/pepsighan/nearpass-ext
- Owner: pepsighan
- License: gpl-3.0
- Created: 2022-02-13T07:51:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T01:22:05.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T06:45:07.331Z (2 months ago)
- Topics: chrome-extension, nearprotocol, password-manager
- Language: TypeScript
- Homepage:
- Size: 2.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nearpass Web Extension
Open-source, decentralized and private password manager built on Near Protocol. This repo contains code for the web
extension for Chrome. If you are looking for the smart contract for this dapp, visit [nearpass repo](https://github.com/pepsighan/nearpass).## Installing and Running
1. Run `yarn` to install the dependencies.
2. Provide environment configuration for the extension by copying `.env.example` to `.env` and making changes to the
environment variables as needed.
3. Run `yarn start`
4. Load your extension on Chrome following:
1. Access `chrome://extensions/`
2. Check `Developer mode`
3. Click on `Load unpacked extension`
4. Select the `build` folder.
5. Happy hacking.# Installing from Pre-built Zip
1. Download the [pre-built zip file](zips/nearpass.ext.zip) from GitHub.
2. Extract it.
3. Load your extension on Chrome following:
1. Access `chrome://extensions/`
2. Check `Developer mode`
3. Click on `Load unpacked extension`
4. Select the folder where you extracted the zip to.
4. Happy hacking.