Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 629 Bytes

README.MD

File metadata and controls

22 lines (11 loc) · 629 Bytes

Web

Examples of Web applications, i.e. apps which run in the browser

Vanilla

Examples of pure HTML, CSS and Javascript (using minified burstjs bundle)

The not so recommended way of building a web app nowadays.

  • Inspector - A Smart Contract Inpection Tool (Level: Advanced)
  • Send Message - A simple page to send messages (Level: Basic)

Svelte

Examples using SvelteJS

The hipster way of building a web app nowadays.

  • Account Balance - A simple app showing an accounts balance (Level: Basic)