Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChainSafe/filsnap
MetaMask snap for interacting with Filecoin dapps.
https://github.com/ChainSafe/filsnap
filecoin metamask typescript wallet
Last synced: 4 days ago
JSON representation
MetaMask snap for interacting with Filecoin dapps.
- Host: GitHub
- URL: https://github.com/ChainSafe/filsnap
- Owner: ChainSafe
- License: apache-2.0
- Archived: true
- Created: 2020-05-21T07:17:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T14:02:43.000Z (over 1 year ago)
- Last Synced: 2024-08-14T06:01:35.055Z (3 months ago)
- Topics: filecoin, metamask, typescript, wallet
- Language: HTML
- Homepage: https://filsnap.chainsafe.io
- Size: 6.88 MB
- Stars: 106
- Watchers: 9
- Forks: 41
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-metamask-snaps - ChainSafe/filsnap - MetaMask snap for interacting with Filecoin dapps. - [Demo](https://filsnap.chainsafe.io/) (Snaps)
- awesome-filecoin - FilSnap - MetaMask snap for interacting with Filecoin dapps (Uncategorized / Uncategorized)
README
> This repo is not maintained. See latest development at https://github.com/filecoin-project/filsnap
# FilSnap
![](https://github.com/chainsafe/filsnap/workflows/ci/badge.svg)
![](https://img.shields.io/badge/yarn-%3E%3D3-orange)
![](https://img.shields.io/badge/Node.js-%3E%3D16-orange)Snap to enable MetaMask users interaction with filecoin dapps. For detailed documentation and integration instructions see our [wiki](https://github.com/chainsafe/filsnap/wiki).
## Testing FilSnap
### MetaMask Flask
Snaps is pre-release software available in MetaMask Flask, a canary distribution for developers that provides access to upcoming features. To try Snaps [install MetaMask Flask](https://metamask.io/flask/).### Live demo dapp
Test FilSnap inside [our demo dapp](http://filsnap.chainsafe.io/).## Development
### Requirements
```
node version 16 or above
```### Usage
* For nvm users
```sh
nvm use
```
---
* Enable corepack
```sh
corepack enable
```
* Install packages
```sh
yarn install
```
* Run local snap server and React Demo page
```sh
yarn demo
```## License
This project is dual-licensed under Apache 2.0 and MIT terms:
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)