Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Feb 13, 2024
2 parents f9538be + 2204fde commit baeddb8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Polkadot with Metamask
![web3 foundation_grants_badge_black](https://github.com/PolkaGate/polkaMask/assets/46442452/f877af2d-7fef-41ce-9ba2-bf59726d3064)
# PolkaGate Snap
![web3 foundation_grants_badge_black](https://github.com/PolkaGate/snap/assets/46442452/f877af2d-7fef-41ce-9ba2-bf59726d3064)

![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)
![](https://img.shields.io/github/issues-raw/PolkaGate/snap)
[![ci](https://github.com/PolkaGate/snap/actions/workflows/ci-workflow.yml/badge.svg)](https://github.com/PolkaGate/snap/actions/workflows/ci-workflow.yml)


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.
Expand All @@ -21,13 +21,13 @@ Polkagate snap is currently operational within the Metamask Flask and is in the
The repository contains a dApp located in the `./packages/dapp` directory and the snap code, which can be found in `./packages/snap`. To try out the snap, follow these steps in your terminal:

```bash
git clone https://github.com/PolkaGate/polkaMask.git
cd polkaMask
git clone https://github.com/PolkaGate/snap.git
cd snap
yarn install
yarn run start
```

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.
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](https://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):
Expand Down Expand Up @@ -55,12 +55,12 @@ Afterward, you can access user interfaces as follows:


<p align="center">
<img src="https://raw.githubusercontent.com/PolkaGate/polkaMask/main/docs/images/simpleTransfer.png" alt="Image" width="1000" />
<img src="https://raw.githubusercontent.com/PolkaGate/snap/main/docs/images/simpleTransfer.png" alt="Image" width="1000" />
</p>

Note: This Metamask snap operates autonomously and does not rely on other extensions within the Polkadot ecosystem for its functionality.

---

For more detailed help, please refer to the [wiki](https://github.com/PolkaGate/polkaMask/wiki).
For more detailed help, please refer to the [wiki](https://github.com/PolkaGate/snap/wiki).

0 comments on commit baeddb8

Please sign in to comment.