Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kyrylr/introduction-to-solidity
- Owner: KyrylR
- License: mit
- Created: 2022-09-14T08:05:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T11:14:33.000Z (over 2 years ago)
- Last Synced: 2024-11-10T04:37:23.483Z (about 2 months ago)
- Language: Solidity
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)