Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
chore: pre whitelist changes (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
irubido authored Oct 10, 2023
1 parent 2f78fab commit 7aa9589
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
26 changes: 6 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
# Metamask <> Polkadot snap
# Polkadot Wallet Snap for MetaMask

![](https://github.com/chainsafe/metamask-snap-polkadot/workflows/ci/badge.svg)
![](https://img.shields.io/github/issues-raw/chainsafe/metamask-snap-polkadot)
![](https://img.shields.io/github/license/chainsafe/metamask-snap-polkadot)
![](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)
![Discord](https://img.shields.io/discord/608204864593461248?color=blue&label=Discord&logo=discord)

Metamask snap (plugin) to enable Metamask users interaction with Polkadot dapps.

### Documentation

Go to [wiki](https://github.com/chainsafe/metamask-snap-polkadot/wiki) for detailed documentation on Polkadot snap.

Here you can find described [integration process](https://github.com/chainsafe/metamask-snap-polkadot/wiki#integration) and full [snap API documentation](https://github.com/chainsafe/metamask-snap-polkadot/wiki/API-Documentation).

### Testing

#### Metamask
- [download latest Metamask snaps beta release](https://github.com/NodeFactoryIo/metamask-snaps-beta/releases) (chrome recommended)
- extract downloaded archive
- go to [chrome://extensions/](chrome://extensions/)
- enable "Developer mode"
- click "Load unpacked" and point to extracted archive chrome directory
This project uses the [MetaMask Snaps](https://metamask.io/snaps/) framework to extend MetaMask
capabilities to include support for Polkadot, Kusama, and other
[Substrate](https://docs.substrate.io/)- and FRAME-based blockchains in the
[Polkadot](https://www.polkadot.network/) ecosystem.

#### Extension
- `yarn install`
Expand Down
13 changes: 13 additions & 0 deletions packages/snap/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chainsafe/polkadot-snap",
"version": "0.7.5",
"description": "Metamask snap to interact with Polkadot dapps.",
"description": "MetaMask snap for interacting with Polkadot dApps",
"main": "build/index.js",
"scripts": {
"lint": "yarn run lint:types && yarn run lint:style",
Expand Down
3 changes: 2 additions & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"url": "git+https://github.com/chainsafe/metamask-snap-polkadot.git"
},
"source": {
"shasum": "QTF9vA9MFRpOxvVtSirsgZlHE5kkdkuaI6AVXoxfrlQ=",
"shasum": "eeuMGJK7LIbSQ8zeySvPamvyjq5loFxV6uhz+6z9/pY=",
"location": {
"npm": {
"filePath": "./dist/bundle.js",
"iconPath": "images/logo.svg",
"packageName": "@chainsafe/polkadot-snap",
"registry": "https://registry.npmjs.org/"
}
Expand Down

0 comments on commit 7aa9589

Please sign in to comment.