Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhaiwat10/streamr-react-starterkit
https://github.com/dhaiwat10/streamr-react-starterkit
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhaiwat10/streamr-react-starterkit
- Owner: Dhaiwat10
- Created: 2023-04-01T16:24:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-01T16:37:01.000Z (over 1 year ago)
- Last Synced: 2024-10-10T20:15:39.197Z (about 1 month ago)
- Language: CSS
- Size: 86.9 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streamr React Starterkit
This is a starter kit for building a React app powered by the Streamr network. I found this to be a bit of a pain to set up, so I made this starter kit to make it easier for others to get started.
## Tech stack
- React
- Next.js
- TypeScript
- [wagmi](https://wagmi.sh) (to handle the wallet connection properly)
- [Rainbowkit](https://rainbowkit.com) (for the wallet collection UI)
- [Streamr](https://streamr.network)
- `streamr-client` (for connecting to the Streamr network)
- `@lens-protocol/client` (for connecting to Lens Protocol)## How to use
1. Install dependencies using `npm install` or `pnpm install`
2. Run the development server using `npm run dev` or `pnpm dev`## Todo
- [ ] Add a demo for publishing data to the Streamr network
- [ ] Add a demo for Lens Protocol integration