Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 779 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 779 Bytes

Archetype support for Visual Studio code

Archetype is a domain-specific language (DSL) to develop smart contracts on the Tezos blockchain, with a specific focus on contract security.

Quick start

Install archetype compiler

via opam

$ opam install archetype

via git

https://github.com/edukera/archetype-lang

Install this extenstion

via vscode marketplace

https://marketplace.visualstudio.com/items?itemName=edukera.archetype

via .visx

with this repository

Screenshot

Screenshot

Features

  • Syntax highlighting
  • Snippets
  • Icons for archetype files
  • Code navigation
  • Hover Information
  • Formatting
  • Auto-Completion
  • Outline
  • Linter
  • Debugger