Show HN: Compiler for Writing Ethereum Smart Contracts with TypeScript

6 hours ago 1

I built Skittles so you can write Ethereum smart contracts in TypeScript.

• Converts TypeScript to EVM bytecode with full type checking

• Emits ABI plus TypeChain typings, plugs straight into Hardhat

• Class based contracts, events, mappings, inheritance

• MIT codebase

The project began three years ago and is in active development. I would love feedback on language design and contributions are very welcome.

Repo: https://github.com/chase-manning/skittles

Read Entire Article