A lightweight Svelte boilerplate for building frontends for smart contracts on blockchain networks. With built-in web3 integration, this boilerplate streamlines development and makes it easy to get started building powerful web3 frontend applications.
Install with npm:
npm install
Start the development environment
npm run dev -s
Build the application
npm run build -s
Preview the application
npm run preview -s
Lint Svelte/JavaScript/HTML/CSS files
npm run lint -s
Format Svelte/JavaScript/HTML/CSS files
npm run format -s
Svelte and web3 development resources: