Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryptozombieshq/cryptozombies-lesson-code
cryptozomebie lesson code
https://github.com/cryptozombieshq/cryptozombies-lesson-code
blockchain cryptozombies libra loomnetwork solidity tutorial
Last synced: 1 day ago
JSON representation
cryptozomebie lesson code
- Host: GitHub
- URL: https://github.com/cryptozombieshq/cryptozombies-lesson-code
- Owner: CryptozombiesHQ
- License: gpl-3.0
- Created: 2019-11-25T07:52:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T18:29:29.000Z (6 months ago)
- Last Synced: 2025-01-01T22:04:21.135Z (1 day ago)
- Topics: blockchain, cryptozombies, libra, loomnetwork, solidity, tutorial
- Language: JavaScript
- Size: 43 KB
- Stars: 2,395
- Watchers: 72
- Forks: 1,068
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cryptozombies-lesson-code
![CryptoZombies](https://user-images.githubusercontent.com/13703497/69648502-c8f3db80-10ae-11ea-9d52-ce4d4bbc426a.jpeg)
## Overview
This repository contains source codes for [Cryptozombies](https://cryptozombies.io/en/) lessons.The source codes are divided into `courses` and `chapters` as folders and chapters contain Solidity sample codes for each `lesson`.
> _NOTE: Lesson 7, 8, 9 has been removed and currently no source code is available for those lessons._
## How To Use
You can simply clone the project to your local storage with following command:```
git clone https://github.com/loomnetwork/cryptozombies-lesson-code.git
```Or fork it to modify the sample codes for your own study.
If you found any error in the codes while you study, Feel free to submit pull requests or issues.
>_WARNING: Please note that these codes are just sample codes, so DO NOT use them on production._
## License
[![License shields](https://img.shields.io/badge/License-GPL%20v3-blue)](https://www.gnu.org/licenses/gpl-3.0)This project is licensed under the GNU General Public License v3.0. See the [LICENSE](https://github.com/loomnetwork/cryptozombies-lesson-code/blob/master/LICENSE) file for details.