https://github.com/fjudith/chsa-exercises
Exercices to prepare the Certified Hyperledger Sawtooth Administrator exam
https://github.com/fjudith/chsa-exercises
certification-prep docker docker-compose exercises hyperledger hyperledger-sawtooth labs sawtooth
Last synced: about 1 month ago
JSON representation
Exercices to prepare the Certified Hyperledger Sawtooth Administrator exam
- Host: GitHub
- URL: https://github.com/fjudith/chsa-exercises
- Owner: fjudith
- License: cc-by-sa-4.0
- Created: 2020-08-20T19:08:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T08:48:11.000Z (about 5 years ago)
- Last Synced: 2025-02-15T01:28:27.248Z (8 months ago)
- Topics: certification-prep, docker, docker-compose, exercises, hyperledger, hyperledger-sawtooth, labs, sawtooth
- Language: Dockerfile
- Homepage:
- Size: 686 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-CC-BY-SA
Awesome Lists containing this project
README
[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
# Certified Hyperledger Sawtooth Administrator (CHSA) exercises
This repository contains a set of exercises to prepare for the
[Certified Hyperledger Sawtooth](https://training.linuxfoundation.org/certification/certified-hyperledger-sawtooth-administrator-chsa/) exam.Labs are designed to practice different topology and configuration by leveraging only `systemd` and a `non-root` user to execute tasks.
## Roadmap
* [x] [Install](./a_install) 10%
* [x] [Configuration](./b_configuration) 25%
* [x] [Permissioning, Identity Managmeent, and Security](./c_security) 20%
* [ ] [Lifecycle](./d_lifecycle) 25%
* [ ] [Troubleshooting](./e_troubleshooting) 20%
## Run
1. Install [Docker](https://docs.docker.com/get-docker/)
2. Install [Docker-Compose](https://docs.docker.com/compose/install/)
3. Clone the repository```bash
git clone https://github.com/fjudith/chsa-exercices
```4. Move to the exercice folder
```bash
cd a_install/5_configure_peering/
```5. Follow the instructions of the README located at the root of each exercice (e.g. [5. Configure Peering](./a_install/5_configure_peering)).
### Known issues
* Works on Windows Subsystem for Linux (WSL) 2 [(ref. doc)](./docs/wsl_genie.md).
## License
This work is licensed under a
[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg