Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)