You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ This template showcases:
10
10
- Integrates the [@lukso/web-components](https://www.npmjs.com/package/@lukso/web-components) library for ready-to-use branded components
11
11
- Uses the [erc725js](https://docs.lukso.tech/tools/dapps/erc725js/getting-started) library to fetch profile data from the blockchain
12
12
13
+
> **Cursor Tip:** You can rename this README.md file to `repo.cursorrules` for better AI development experience using Cursor.
14
+
13
15
## Key Features
14
16
15
17
### UP-Provider Integration
@@ -44,6 +46,26 @@ yarn dev
44
46
45
47
3. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.(Note that the Grid context is not available in the local environment)
46
48
49
+
4. Testing your mini-app on the Grid:
50
+
51
+
We're using `localtunnel` to test the mini-app on the Grid. This library helps us to generate a public URL that can be used to add the mini-app to the Grid.
52
+
53
+
> Alternatively, you can use free cloud deployment services like Vercel, Replit, etc.
54
+
55
+
Globally install `localtunnel`:
56
+
57
+
```bash
58
+
npm install -g localtunnel
59
+
```
60
+
61
+
In the second terminal, run:
62
+
63
+
```bash
64
+
lt --port <LOCALHOST_PORT>
65
+
```
66
+
67
+
You can use this URL to add the mini-app to the Grid.
68
+
47
69
## Project Structure
48
70
49
71
-`components/upProvider.tsx`: Core UP Provider implementation and wallet connection logic
0 commit comments