Skip to content

jmoussa/svelte-blockchain-template

Repository files navigation

Hello World, but make it Blockchain... and in Svelte(kit)

A simple "hello world" application that will allow you to change the "world" via a smart contract deployed on the blockchain. It costs you ETH gas but it's mostly for educational purposes in illustrating what a simple template of a svelte+solidity application would look like.

NOTE: This branch sveltekit is the Sveltekit implementation that includes a router and header component out of the box.

This is also the MOST convoluted Hello World Application I've built. Java has nothing on this.