{"id":20641835,"url":"https://github.com/filecoin-project/filsnap","last_synced_at":"2025-06-14T01:37:06.512Z","repository":{"id":175607569,"uuid":"652631610","full_name":"filecoin-project/filsnap","owner":"filecoin-project","description":"⨎  Metamask Filecoin Wallet","archived":false,"fork":false,"pushed_at":"2025-03-31T17:08:07.000Z","size":11108,"stargazers_count":17,"open_issues_count":8,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T22:07:23.298Z","etag":null,"topics":["fevm","filecoin","flask","metamask","snap","wallet"],"latest_commit_sha":null,"homepage":"https://filsnap.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/filecoin-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":"audits/filsnap-audit-2023-08.pdf","citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-12T13:23:23.000Z","updated_at":"2025-03-27T20:36:16.000Z","dependencies_parsed_at":"2023-07-11T14:47:38.473Z","dependency_job_id":"a2c12fad-68e3-4e4e-ae0f-b2e1059adb85","html_url":"https://github.com/filecoin-project/filsnap","commit_stats":{"total_commits":692,"total_committers":19,"mean_commits":"36.421052631578945","dds":0.6502890173410405,"last_synced_commit":"6d3f355f58cddfe44941d6210c2d7c16979e16d0"},"previous_names":["filecoin-project/filsnap"],"tags_count":79,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filecoin-project%2Ffilsnap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filecoin-project%2Ffilsnap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filecoin-project%2Ffilsnap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filecoin-project%2Ffilsnap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filecoin-project","download_url":"https://codeload.github.com/filecoin-project/filsnap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247713258,"owners_count":20983683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fevm","filecoin","flask","metamask","snap","wallet"],"created_at":"2024-11-16T16:06:49.710Z","updated_at":"2025-04-09T23:19:09.466Z","avatar_url":"https://github.com/filecoin-project.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⨎ Filsnap\n\n\u003e A MetaMask [Snap](https://snaps.metamask.io/snap/npm/filsnap/) to add Filecoin support to the MetaMask extension.\n\n## Features\n\n- Enables dapps access to Filecoin accounts using Metamask.\n- Manage Filecoin accounts, check balance, address, export private key and more.\n- Send and receive FIL from native and FEVM addresses.\n- Sign Filecoin messages and arbitrary data.\n- Send Filecoin messages and estimate gas fees.\n- Filecoin insights for FEVM transaction/signature requests.\n\n## Resources\n\n- [Companion App](https://filsnap.dev/)\n- [Documentation](https://filecoin-project.github.io/filsnap/)\n\n## Packages\n\n- [filsnap](https://github.com/filecoin-project/filsnap/tree/master/packages/snap) - Filecoin snap for Metamask\n- [filsnap-adapter](https://github.com/filecoin-project/filsnap/tree/master/packages/adapter) - Adapter to interact with Filsnap from a dapp\n- [filsnap-adapter-react](https://github.com/filecoin-project/filsnap/tree/master/packages/adapter-react) - React hooks to interact with Filsnap from a dapp\n\n## Examples\n\n- [`demo`](https://github.com/filecoin-project/filsnap/tree/master/examples/demo) - Preact demo dapp using [filsnap-adapter](https://github.com/filecoin-project/filsnap/tree/master/packages/adapter) to interact with [filsnap](https://github.com/filecoin-project/filsnap/tree/master/packages/snap).\n- [`insights-wagmi`](https://github.com/filecoin-project/filsnap/tree/master/examples/insights-wagmi) - Wagmi example using filsnap-adapter to enable transaction insights for smart contract calls.\n- [`fil-forwarder-viem`](https://github.com/filecoin-project/filsnap/tree/master/examples/fil-forwarder-viem) - [Viem](https://viem.sh/) example to send FIL using FilForwarder contract.\n- [Fund Ring](https://github.com/FundRing/fundring/tree/main/src/routes/filfund) - Svelte dapp [dapp](https://fundring.fission.app/) that using filsnap to fund projects with Filecoin.\n\nClone any example in the `/examples` folder on StackBlitz using:\n\n```text\nhttps://stackblitz.com/github/filecoin-project/filsnap/tree/master/examples/insights-wagmi\n```\n\nTo clone it locally:\n\n```bash\nnpx tiged filecoin-project/filsnap/examples/demo filsnap-demo\ncd filsnap-demo\npnpm install\npnpm dev\n```\n\nYou can try any of the examples by replacing `demo` with the name of the example you want to try.\n\n## Contributing\n\nRead contributing guidelines [here](.github/CONTRIBUTING.md).\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/filecoin-project/filsnap)\n\n## License\n\nDual-licensed: [MIT](./LICENSE-MIT), [Apache Software License v2](./LICENSE-APACHE), by way of the\n[Permissive License Stack](https://protocol.ai/blog/announcing-the-permissive-license-stack/).\n\n## Security Audits\n\n**Filsnap v1.0.1** - The FilSnap v0.5.0 was audited by [ConsenSys Diligence](https://consensys.io/diligence/) in August 2023 with a follow-up assessment of fixes conducted in October 2023, leading to the release of [filsnap-v1.0.1](https://github.com/filecoin-project/filsnap/releases/tag/filsnap-v1.0.1). The complete audit report is [available here](./audits/filsnap-audit-2023-08.pdf) in the `audits/` directory as well as on the [ConsenSys Diligence website](https://consensys.io/diligence/audits/2023/08/metamask/partner-snaps-filsnap/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilecoin-project%2Ffilsnap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilecoin-project%2Ffilsnap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilecoin-project%2Ffilsnap/lists"}