Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricomeetsworld/solbasics
Going over the basic fundamentals that make up a smart contract in Ethereum using Solidity
https://github.com/ricomeetsworld/solbasics
ethereum ethereum-contract fundamentals solidity
Last synced: 21 days ago
JSON representation
Going over the basic fundamentals that make up a smart contract in Ethereum using Solidity
- Host: GitHub
- URL: https://github.com/ricomeetsworld/solbasics
- Owner: ricomeetsworld
- Created: 2021-09-11T09:59:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T22:17:56.000Z (over 3 years ago)
- Last Synced: 2024-11-29T14:02:43.081Z (about 1 month ago)
- Topics: ethereum, ethereum-contract, fundamentals, solidity
- Language: Solidity
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# solBasics - Solidity Playground
A mini project that will help learn the fundamentals of Solidity and smart contract development. This goes over most common concepts, such as:- Types
- Mappings and Structs
- Functions and Constructors
- Events and Modifiers
- Memory and StorageAt the end of this, I created a basic dApp where users can deposit and withdraw funds from.