Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kyrylr/introduction-to-solidity

This is my first steps in learning the Solidity Programming Language.
https://github.com/kyrylr/introduction-to-solidity

Last synced: 11 days ago
JSON representation

This is my first steps in learning the Solidity Programming Language.

Awesome Lists containing this project

README

        

# Introduction to Solidity programing language

My learning files and approach to learning Solidity.

## Description

This repository contains all the steps through which I evolved my basic understanding of Solidity.

## Overview and purpose

The main idea/goal/inspiration is to learn new tools and be able to use them in
writing a new project in the way that the Solidity programming language provides.

[//]: # (## Content of the system (system boundaries))

[//]: # ()
[//]: # (## Interaction (potential) of the product (with other products and components))

[//]: # ()
[//]: # (## Product functions (brief description))

[//]: # ()
[//]: # (## Security requirements)

[//]: # ()
[//]: # (## User characteristics (who is the end user of the system))

[//]: # ()
[//]: # (## Limitations)

---

`Ready to hear opinions and suggestions on this idea.
Ready for criticism.
Thanks for your feedback!`

---

## Authors

Contributors' names and contact details

ex. Kyrylo Riabov [Gmail]([email protected])

## License

This project is licensed under the [MIT] License - see the LICENSE.md file for details

## Inspiration, code snippets, etc.

[Types -- Solidity](https://docs.soliditylang.org/en/v0.8.12/types.html)