https://github.com/nucypher/nusnap
https://github.com/nucypher/nusnap
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nucypher/nusnap
- Owner: nucypher
- License: apache-2.0
- Created: 2021-05-25T06:58:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-04T11:17:38.000Z (over 4 years ago)
- Last Synced: 2025-11-17T14:38:05.961Z (7 months ago)
- Language: HTML
- Size: 2.02 MB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# NuSnap
Using a MetaMask snap for key generation in the browser.
Based on [MetaMask/filsnap](https://github.com/MetaMask/filsnap).
**This is a work in progress.**
## Pre-requisites
Install 9.3.0 version of [MetaMask/metamask-filecoin-developer-beta](https://github.com/MetaMask/metamask-filecoin-developer-beta/releases/tag/v9.3.0-beta.1) on Google Chrome:
- Download newest release
- Extract downloaded archive
- Go to [chrome://extensions/](chrome://extensions/)
- Enable "Developer mode"
- Click "Load unpacked" and point to extracted archive chrome directory
## Usage
Run:
```bash
yarn install
yarn run demo
```