Skip to content

An intergrated development environment specialized for the Tezos smart contract language Michelson

Notifications You must be signed in to change notification settings

coinless-bde/blockchain-development-environment

Repository files navigation

BDE

Blockchain Development Environment

Hi and welcome, in this editor you will find everything you need to write smart contracts for the Tezos blockchain in Michelson. Michelson is the Tezos smart contract language.

We are currently in an early release version but you can already enjoy a couple of interesting features which will save you from having to run a tezos node to use Michelson, for example: our API can validate Michelson for you. Simple click on the example.tz file and click the "typecheck" button.

Michelson

Michelson is a stack based language running on the Tezos blockchain, its inspired by Forth and Lisp. We support basic editor functionality for Michelson. We believe that building smart contracts directly in Michelson rather than a compile to language is the way to go for secure and understandable smart contracts

Networks

Currently we only support deploying Babylonnet, we are working on supporting every network as you are reading this

Examples

DROP;
PUSH string "Hello Tezos!";
NIL operation; PAIR;

from camlcase-dev their extremely awesome series on Michelson, check it out, its really good link

the other example 'example.tz' from baking-bad link

Editor

This editor is made using Monaco, with a custom monarch grammar.

About

An intergrated development environment specialized for the Tezos smart contract language Michelson

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published