A Web DApp with Svelte. Tech Stack: Ethers.js, SvelteKit, Svelte, TailwindCSS, TypeScript.
The example NFT is TOT (Test Only Token), you can find the details and steps to generate TOT-like NFT here.
npm i -g pnpm
pnpm i
pnpm dev
To create a production version of the app:
pnpm build
You can preview the production build with pnpm preview
.