Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEV-12525]fix: Update README #1

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# example-miniapp-vite-react-template

A template project demonstrating how to build mini-apps on [LUKSO](https://lukso.network), interacting with Universal Profiles on Universal Everything, built with [Vite.js](https://vite.dev).
For this project is foundamental to install the [up-provider package](https://github.com/lukso-network/tools-up-provider)

# Introduction

Welcome to the Hangman Game with blockchain integration! This single-player game combines the fun of Hangman with the power of LUKSO technology, offering an innovative experience where your achievements are recorded on the blockchain.
Welcome to the Hangman game with blockchain integration! This single-player game combines the fun of Hangman with the power of LUKSO technology, offering an innovative experience where your achievements are recorded on the blockchain.

The application use the Universal Profile ecosystem to authenticate users and interact with smart contracts. This ensures a secure and seamless experience.
The application use the Universal Profile system to authenticate users and interact with smart contracts. This ensures a secure and seamless experience.

# Features

Login: Login on [Universal_Everithing](https://universaleverything.io) with your UP and use [TheGrid] to interact with the miniapp.
Login: Login on [Universal Everithing](https://universaleverything.io) with your UP and use [TheGrid] to interact with the miniapp.

Interactive Gameplay: Play the classic Hangman game with an engaging user interface.

Expand All @@ -27,9 +28,16 @@ npm install

npm run dev

Open your browser and go to http://localhost:5173 to play the game!
open your browser and go to http://localhost:5173 to play the game!
```

## How to integrate your project into The Grid

1. Deploy your app. You can use Vercel or your favorite cloud platform.
2. Go to Universal Everything and add new content to The Grid.
3. Choose the “Website” option and paste the URL of your dApp. If you use [Vercel], you can refer to their documentation.
4. Now you can see your dApp on The Grid! Let’s start playing!

## Project Structure

- `src/context/UpProvider.tsx`: Core UP Provider implementation and wallet connection logic.
Expand Down
Loading