Hi all,
I’ve created a template for building dApps on Cardano.
Setting up a reliable development environment can be frustrating, so I’m sharing this to help others get started more easily.
Hopefully, it saves you from annoying build errors so you can start building right away!
What It has:
- Svelte – Frontend framework
- MeshJS – Easy interaction with Cardano wallets
- Tailwind CSS – Utility-first styling
- TypeScript + Effect – Robust and type-safe programming
- Nix Flakes – Reproducible dev environment and build system
- GitHub Actions – Deploys the Nix build as a static site via GitHub Pages
I’ve tested it on Nix systems from my friends and it took about 3 minutes to get it all working.
GitHub repo: GitHub - sempruijs/cardano-svelte-effect-nix-template: Get started building your cardano dApp frontend
I made a similair post on reddit but I think more developers are on this forum. (first time here)
Any feedback isappreciateit ![]()
Kind regards and happy coding!
Sem