This template should help get you started developing with Svelte and Web4 for Near Protocol.
Check out Web4, which is also powered by Near Protocol Team. Deployment front-end applications in new way.
Out of the box support for TypeScript, SCSS, and Less, and easily-added support for mdsvex, GraphQL, PostCSS, Tailwind CSS, Bootstrap, and more
yarn install
yarn dev
for developingThen deploy application
yarn build
yarn asb
near login
near deploy --accountId youglogin.testnet --wasmFile build/release/web4ts.wasm
npm install
npm run dev
for developingThen deploy application
npm run build
npm run asb
near login
near deploy --accountId youglogin.testnet --wasmFile build/release/web4ts.wasm