Skip to content

Latest commit

 

History

History

poap

Svelte Project Template

Development

Exploring the project directory

  • /tokenscript.xml defines project's the views, actions and props in correlation with the Svelte application. Each view should be defined inside the TokenScript.xml and within the Svelte application.

  • /App.svelte is an entry point which new views can be added to the Svelte application.

  • /src/routes/ contains example views Mint and Info which can be built upon or used as a reference towards your project.

  • /out/tokenscript.tsml is the finalised project output. This is generated when you start or build this application.

Start

npm run start

Build

npm run build

Test

Import the output /out/tokenscript.tsml file into a supported platform

Deploy

Email us at sayhi@smarttokenlabs.com

Docs and Resources