Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Storage

At the end of this, I created a basic dApp where users can deposit and withdraw funds from.