From 241141014086e06298b52295a782a0ce3937525e Mon Sep 17 00:00:00 2001 From: "G. Kami Ekbatanifard" <46442452+Nick-1979@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:45:54 +0330 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a47729..9f69781 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PolkaMask: Polkadot with Metamask +# Polkadot with Metamask ![license](https://img.shields.io/badge/License-Apache%202.0-blue?logo=apache&style=flat-square) ![](https://img.shields.io/github/issues-raw/PolkaGate/polkaMask) [![ci](https://github.com/PolkaGate/polkaMask/actions/workflows/ci-workflow.yml/badge.svg)](https://github.com/PolkaGate/polkaMask/actions/workflows/ci-workflow.yml) @@ -7,7 +7,7 @@ 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). It's important to note that once our changes are merged into the official extension-dapp, this manual update will no longer be necessary. -PolkaMask 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. +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.

Image @@ -24,7 +24,7 @@ yarn install yarn run start ``` -After executing these commands, you can access a basic decentralized application (dApp) page for testing polkamask snap at http://localhost:8000/. For more advanced dApp visit [apps.polkagate.xyz](apps.polkagate.xyz). Note, Metamask Flask (Metamask) needs to be installed to interact with the snap and dApp. +After executing these commands, you can access a basic decentralized application (dApp) page for testing the snap at http://localhost:8000/. For more advanced dApp visit [apps.polkagate.xyz](apps.polkagate.xyz). Note, Metamask Flask (Metamask) needs to be installed to interact with the snap and dApp. ## Test To execute the unit tests for the snap, use the following command(s): @@ -45,7 +45,7 @@ yarn compose ``` Afterward, you can access user interfaces as follows: -- http://localhost:8000: This displays a dapp designed for testing the Polkamask snap. +- http://localhost:8000: This displays a dapp designed for testing the snap. - http://localhost:80: This presents a modified version of the Polkadot Cloud in the staking dashboard.