An open API service indexing awesome lists of open source software.

https://github.com/cardinal-cryptography/ink-exercises

A few exercises for hands-on experience with ink smart contracts
https://github.com/cardinal-cryptography/ink-exercises

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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/`](exercises/) - contains the exercises; go there and follow the instructions in the README.md files
- [`contracts/`](contracts/) - contains a few contracts that we will be playing with
- [`runtime/`](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](https://rustup.rs/)).