Skip to content

Commit ff21e9e

Browse files
committed
2020_0207_0143
1 parent fbda065 commit ff21e9e

File tree

7 files changed

+822
-1
lines changed

7 files changed

+822
-1
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,39 @@
11
# solidity_tools
2+
3+
## Abstract
4+
5+
There are lots of functions, tools and structs that used frequently while developing dApp(Decentralized application).
6+
7+
## Motivation
8+
9+
While participating at projects, hackathons etc that solidity is needed, I realized that there are certain mechanisms that are frequently used while developing it. I want to make a list that I use a lot so that I can use this list and do a better performance with a more efficient.
10+
11+
Hopefully, this list can be useful to all the other developers who have struggles while developing dApp with solidity.
12+
13+
14+
## Lists
15+
16+
There are the lists of solidity tools below. It is categorized by subjects.
17+
18+
### mapping
19+
20+
- simple mapping
21+
- double mapping
22+
23+
### hashing
24+
25+
- simple hashing
26+
-
27+
- bitcoin wallet like
28+
29+
30+
### list management
31+
32+
- membership registration
33+
- membership management
34+
- authenticator
35+
36+
### examples
37+
38+
- voting
39+
- candidate registration

0 commit comments

Comments
 (0)