From 7aa958983d2d33933eaac76720e9a1b6e731aebe Mon Sep 17 00:00:00 2001 From: Ivan Rubido <51483483+irubido@users.noreply.github.com> Date: Tue, 10 Oct 2023 12:18:20 +0200 Subject: [PATCH] chore: pre whitelist changes (#193) --- README.md | 26 ++++++-------------------- packages/snap/images/logo.svg | 13 +++++++++++++ packages/snap/package.json | 2 +- packages/snap/snap.manifest.json | 3 ++- 4 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 packages/snap/images/logo.svg diff --git a/README.md b/README.md index b10f0280..21d69cc8 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/packages/snap/images/logo.svg b/packages/snap/images/logo.svg new file mode 100644 index 00000000..8759f045 --- /dev/null +++ b/packages/snap/images/logo.svg @@ -0,0 +1,13 @@ + + diff --git a/packages/snap/package.json b/packages/snap/package.json index 03ea4754..5bb849e5 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -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", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index 9b67c75b..003a1156 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -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/" }