Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yuvrajchandra/web3-cheat-sheet
- Owner: Yuvrajchandra
- Created: 2021-12-09T19:09:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T20:22:14.000Z (almost 3 years ago)
- Last Synced: 2023-10-19T23:59:42.324Z (about 1 year ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.