FazeelUsmani / ink-exercises

A few exercises for hands-on experience with ink smart contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ink! exercises

This repository contains a few exercises for the ink! developers. They focus on a bit more advanced topics and are dedicated for those, who already have some basic understanding of smart contracts and the ink! language itself.

Repository structure

  • exercises/ - contains the exercises; go there and follow the instructions in the README.md files
  • contracts/ - contains a few contracts that we will be playing with
  • runtime/ - contains a source code of a custom runtime (blockchain) components that we will be using for the some of the exercises

Local setup

You need Rust installed (use rustup).

About

A few exercises for hands-on experience with ink smart contracts


Languages

Language:Rust 97.8%Language:Makefile 2.2%