Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cavanmflynn/solsnap
MetaMask snap (plugin) to enable interaction with Solana dApps
https://github.com/cavanmflynn/solsnap
Last synced: 19 days ago
JSON representation
MetaMask snap (plugin) to enable interaction with Solana dApps
- Host: GitHub
- URL: https://github.com/cavanmflynn/solsnap
- Owner: cavanmflynn
- License: apache-2.0
- Created: 2020-10-24T18:16:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T21:58:52.000Z (about 4 years ago)
- Last Synced: 2024-04-09T16:24:55.597Z (10 months ago)
- Language: TypeScript
- Homepage: https://solsnap.netlify.app
- Size: 968 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-metamask-snaps - cavanmflynn/solsnap - MetaMask snap (plugin) to enable interaction with Solana dApps. (Snaps / Deprecated Snaps)
README
# Solsnap
![](https://github.com/cavanmflynn/solsnap/workflows/ci/badge.svg)
![](https://img.shields.io/badge/yarn-%3E%3D1.17.0-orange.svg?style=flat-square)
![](https://img.shields.io/badge/Node.js-%3E%3D12.x-orange.svg?style=flat-square)Metamask snap (plugin) to enable Metamask users interaction with solana dapps.
**For detailed documentation and integration instructions see [wiki](https://github.com/cavanmflynn/solsnap/wiki).**
### Testing Solsnap
#### Metamask
First, install the beta release of Metamask plugin:
- [Download latest Metamask snaps beta release](https://github.com/NodeFactoryIo/metamask-snaps-beta/releases) (chrome recommended)
- If you have another version of MetaMask installed, temporarily disable it.
- Extract downloaded archive
- Go to [chrome://extensions/](chrome://extensions/)
- Enable "Developer mode"
- Click "Load unpacked" and point to extracted archive chrome directory#### Demo dApp
##### Live demo
Test Solsnap inside [the demo dApp.](https://solsnap.netlify.app/)
##### Running Solsnap demo locally
Start our demo locally by running:
- `yarn install`
- `yarn run 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)