Skip to content

Commit

Permalink
feat: add more solidity content
Browse files Browse the repository at this point in the history
  • Loading branch information
Kira272921 committed Feb 26, 2022
1 parent e4fb2b5 commit 860302e
Show file tree
Hide file tree
Showing 30 changed files with 433 additions and 483 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
@@ -0,0 +1,9 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
12 changes: 12 additions & 0 deletions .github/workflows/congrats.yml
@@ -0,0 +1,12 @@
name: Congrats on completing the challenge 🎉

on:
issues:
types: ["submission"]

jobs:
congrats:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ../../src/packages/github-action/
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -7,3 +7,5 @@ typechain
#Hardhat files
cache
artifacts

.vscode
17 changes: 17 additions & 0 deletions TODO.md
@@ -0,0 +1,17 @@
## TODO

### Content

- Basics of Solidity
- Data Types
- Integers
- ~~Math operators~~
- ~~Comparision operators~~
- Bit wise operators
- Address
- Arrays
- Array operations
- Structs
- Structs and arrays
- Variables
- Functions

0 comments on commit 860302e

Please sign in to comment.