https://github.com/generationsoftware/pooltogether-sveltekit-template
A template for building PoolTogether dapps with SvelteKit.
https://github.com/generationsoftware/pooltogether-sveltekit-template
dapp ethereum pooltogether svelte sveltekit template typescript web3
Last synced: about 1 month ago
JSON representation
A template for building PoolTogether dapps with SvelteKit.
- Host: GitHub
- URL: https://github.com/generationsoftware/pooltogether-sveltekit-template
- Owner: GenerationSoftware
- Created: 2024-02-26T20:14:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T21:04:48.000Z (over 1 year ago)
- Last Synced: 2025-02-01T19:44:20.476Z (about 1 year ago)
- Topics: dapp, ethereum, pooltogether, svelte, sveltekit, template, typescript, web3
- Language: Svelte
- Homepage:
- Size: 1.07 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PoolTogether SvelteKit Template 🌊🏆
This is a minimal template for a static [SvelteKit](https://kit.svelte.dev/) 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:5173` |
| `pnpm build` | Build your production site to `./build/` |
| `pnpm preview` | 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)