Snap to enable MetaMask users interaction with filecoin dapps. For detailed documentation and integration instructions see our wiki.
Snaps is pre-release software available in MetaMask Flask, a canary distribution for developers that provides access to upcoming features. To try Snaps, either install MetaMask Flask or build it locally.
- checkout to this branch (Chrome recommended)
- build MetaMask using
yarn start --build-type flask
oryarn dist
- go to chrome://extensions/
- enable "Developer mode"
- click "Load unpacked" and point to chrome directory
Test FilSnap inside our demo dapp.
corepack enable && yarn install && yarn run demo
This project is dual-licensed under Apache 2.0 and MIT terms:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)