Skip to content

buidl-labs/crypto-code-school-inside-tezos

Repository files navigation

Cryptoverse Wars

Interactive Code School for learning smart contract development on the Tezos blockchain using SmartPy

Table of contents

Description

This project aims to help beginners build a simple smart contract using SmartPy which can be deployed on Tezos blockchain via interactive coding lessons.

Interactive Learning Interface

Learning interface

Project Overview

Old Project overview in detail can be found in here.

Installation

  1. npm install -g gatsby-cli
  2. npm install
  3. npm start (For starting the development server)

Note: Recommended to use WSL on Windows 10 so technically you are are running a Linux environment. Windows native just sucks for development :p.

Contributing

Guidelines are provided in here.