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
- Host: GitHub
- URL: https://github.com/cardinal-cryptography/ink-exercises
- Owner: Cardinal-Cryptography
- Created: 2024-04-01T08:32:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-03T14:12:26.000Z (about 1 year ago)
- Last Synced: 2025-03-31T21:18:34.538Z (3 months ago)
- Language: Rust
- Size: 216 KB
- Stars: 2
- Watchers: 4
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)).