https://github.com/wpdas/chatv2-near-widget-app
Simple Near Widget built with React, NEAR Social Bridge and NEAR Social Local Viewer
https://github.com/wpdas/chatv2-near-widget-app
app chat near near-social web3
Last synced: 10 months ago
JSON representation
Simple Near Widget built with React, NEAR Social Bridge and NEAR Social Local Viewer
- Host: GitHub
- URL: https://github.com/wpdas/chatv2-near-widget-app
- Owner: wpdas
- Created: 2023-03-20T04:19:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T21:38:47.000Z (almost 3 years ago)
- Last Synced: 2025-07-25T19:58:21.116Z (11 months ago)
- Topics: app, chat, near, near-social, web3
- Language: TypeScript
- Homepage: https://near.org/wendersonpires.near/widget/ChatV2
- Size: 511 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatV2 Widget App
This is an application running on Near Social using the NEAR blockchain network.
[**Live App**](https://near.org/wendersonpires.near/widget/ChatV2)
## Setup
Install all the dependencies:
```sh
yarn install
```
Run app:
```sh
yarn start:app
```
Run viewer
```sh
yarn start:vm
```
Now, you can see your changes in real time. Both in React App and Widget.
## Libraries
[**NEAR Social Bridge:**](https://github.com/wpdas/near-social-bridge) A library that allows you to create a common application using ReactJS and inject it in a controlled way into a Widget on Near Social. Therefore, the Widget talks to the React application and vice versa, making it possible to consume Discovery API resources within the React application.
[**NEAR Social Local Viewer:**](https://github.com/wpdas/near-social-local-viewer) A CLI tool that allows you to run and test your Near Social Widgets locally using just your preferred code editor and your default browser.