Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yuvrajchandra/web3-cheat-sheet

This repository contains brief description of terms from the Web3 world.
https://github.com/yuvrajchandra/web3-cheat-sheet

Last synced: 2 days ago
JSON representation

This repository contains brief description of terms from the Web3 world.

Awesome Lists containing this project

README

        

# Web3-Cheat-Sheet
This repository contains brief description of terms from the Web3 world.

## Solidity
### What is Solidity?
Solidity is an object-oriented, high-level language for implementing smart contracts.
### What are Smart Contracts?
Smart contracts are digital contracts stored on a blockchain that are automatically executed when predetermined terms and conditions are met.

Solidity's code is encapsulated in contracts. A contract is the fundamental building block of Ethereum applications — all variables and functions belong to a contract, and this will be the starting point of all your projects. An empty contract named HelloWorld would look like this:
```
contract HelloWorld {

}
```
## NFT's
## Crypto
## dApps
## Blockchain
## Tools and Libraries
## Ethereum ERC Token Standards
https://blockchain.oodles.io/blog/quick-guide-ethereum-erc-token-standards/
## Miscellanoeus
### Decentralized Finance (DeFi)
Decentralized Finance (commonly referred to as DeFi) is a blockchain-based form of finance that does not rely on central financial intermediaries such as brokerages, exchanges, or banks to offer traditional financial instruments, and instead utilizes smart contracts on blockchains.