Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aytaditya/playmate_task
Repository for the Playmate recruitment task, showcasing how to connect a MetaMask or Core wallet.
https://github.com/aytaditya/playmate_task
Last synced: 4 days ago
JSON representation
Repository for the Playmate recruitment task, showcasing how to connect a MetaMask or Core wallet.
- Host: GitHub
- URL: https://github.com/aytaditya/playmate_task
- Owner: Aytaditya
- Created: 2024-07-26T07:06:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T07:39:13.000Z (5 months ago)
- Last Synced: 2024-07-26T08:45:48.364Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockchain Wallet Connection Demonstration
## Overview
Due to several issues encountered with the initial codebase provided for this task, I created a new GitHub repository to demonstrate a simple wallet connection in blockchain technology. This repository showcases a functional implementation of wallet integration and is intended to address the recruitment task given by Playmate.
![metamask connection](./metamaskWallet.png)
![permission](/permission.png)
## NOTE
All the styling and programming of this file is done by me and is not similar to initially provided codebase.
## Error in initial codebase
The initial codebase appearance
![error](./error.png)## Purpose
This repository serves as a solution to the recruitment task assigned by Playmate. It provides a streamlined example of how to connect a blockchain wallet, addressing the errors found in the original codebase.
## Demo
A demo video of the initial GitHub repository and what it looked like when run is included at the beginning of the demo video linked below:
![Video](./video1.mp4)
## Repository Contents
- **`src/`**: Contains the source code for wallet connection functionality.
- **`public/`**: Static files, including HTML and CSS.
- **`README.md`**: This file.
- **`package.json`**: Project dependencies and scripts.## Setup
To run this project locally:
1. Clone this repository:
```bash
git clone https://github.com/Aytaditya/playmate_task.git
```