@polkagate/snap 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -5
- package/dist/bundle.js +1 -1
- package/package.json +21 -17
- package/snap.manifest.json +3 -2
- package/dist/bundle.js.map +0 -1
package/README.md
CHANGED
|
@@ -2,10 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
A MetaMask snap for seamless interaction with the Polkadot ecosystem, a prominent platform for cross-chain communication and scalability. Now you can use your MetaMask wallet to access Polkadot dApps and tokens effortlessly.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+

|
|
6
6
|
|
|
7
|
-
The Polkagate snap is currently operational within the MetaMask Flask and is in the process of being published on the MetaMask repository, making it readily available to all MetaMask users.
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
To integrate this snap into your dApp, you can easily upgrade your existing @polkadot/extension-dapp by replacing it with [@polkagate/extension-dapp](https://www.npmjs.com/package/@polkagate/extension-dapp).
|
|
9
|
+
|
|
10
|
+
⏬ Polkagate snap is now available on MetaMask Snap Directory for download: https://snaps.metamask.io/snap/npm/polkagate/snap/
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## Polkagate Snap Security Audit Report
|
|
14
|
+
|
|
15
|
+
https://sayfer.io/audits/metamask-snap-audit-report-for-polkagate-snap/
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
For more detailed help, please refer to the [docs.polkagate.xyz](https://docs.polkagate.xyz).
|
|
20
|
+
|