https://github.com/pontem-network/aptos-snap
Metamask Snap to enable Metamask users interaction with Aptos dapps.
https://github.com/pontem-network/aptos-snap
Last synced: 18 days ago
JSON representation
Metamask Snap to enable Metamask users interaction with Aptos dapps.
- Host: GitHub
- URL: https://github.com/pontem-network/aptos-snap
- Owner: pontem-network
- License: other
- Created: 2022-04-22T09:30:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T18:12:41.000Z (about 3 years ago)
- Last Synced: 2025-03-30T18:13:40.733Z (about 2 months ago)
- Language: HTML
- Size: 1.05 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Aptosnap



Metamask Snap to enable Metamask users interaction with Aptos dapps based on [Filesnap repository](https://github.com/Chainsafe/filsnap).
### Testing Aptosnap
#### Metamask
First, build and install beta release of Metamask extension:
- checkout to [this branch](https://github.com/MetaMask/metamask-extension/tree/snaps-stable-nov-21) (chrome recommended)
- build metamask using `yarn start --build-type flask` or `yarn dist`
- go to [chrome://extensions/](chrome://extensions/)
- enable "Developer mode"
- click "Load unpacked" and point to chrome directory#### Demo DAPP
##### Running Aptosnap 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)