Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T21:04:48.000Z (8 months ago)
- Last Synced: 2024-06-04T23:05:47.814Z (8 months ago)
- Topics: dapp, ethereum, pooltogether, svelte, sveltekit, template, typescript, web3
- Language: Svelte
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- 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)