https://github.com/generationsoftware/pooltogether-nextjs-template
A template for building PoolTogether dapps with NextJS.
https://github.com/generationsoftware/pooltogether-nextjs-template
dapp ethereum nextjs pooltogether react template typescript web3
Last synced: 5 months ago
JSON representation
A template for building PoolTogether dapps with NextJS.
- Host: GitHub
- URL: https://github.com/generationsoftware/pooltogether-nextjs-template
- Owner: GenerationSoftware
- Created: 2024-02-09T20:25:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T21:03:17.000Z (over 1 year ago)
- Last Synced: 2025-04-03T03:32:54.958Z (10 months ago)
- Topics: dapp, ethereum, nextjs, pooltogether, react, template, typescript, web3
- Language: TypeScript
- Homepage:
- Size: 619 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PoolTogether NextJS Template 🌊🏆
This is a minimal template for a static [NextJS](https://nextjs.org/) app that interacts with the [PoolTogether](https://pooltogether.com/) protocol.
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------- | :------------------------------------------- |
| `pnpm install` | Installs the project dependencies |
| `pnpm dev` | Starts local dev server at `localhost:3000` |
| `pnpm build` | Build your production site to `./out/` |
| `pnpm start` | Preview your build locally, before deploying |
## 🔗 Useful Links
- [PoolTogether Dev Docs](https://dev.pooltogether.com/)
- [PoolTogether Discord](https://pooltogether.com/discord)
- [PoolTogether Governance Forum](https://gov.pooltogether.com/)
- [G9's PoolTogether SDK](https://github.com/GenerationSoftware/pooltogether-client-monorepo/tree/main/packages/hyperstructure-client-js)
- [G9's PoolTogether React Hooks](https://github.com/GenerationSoftware/pooltogether-client-monorepo/tree/main/packages/hyperstructure-react-hooks)