Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 1.78 KB

README.md

File metadata and controls

55 lines (46 loc) · 1.78 KB

Blockchain projects

- Ethereum blockchain:

- Near blockchain

- Web3 general Notes

.

.

.

Index by How-to's

How to create and deploy a SC

How to interact with a self-deployed SC

How to create a mainnet fork

How to create a custom ERC-20

How to get a random number

How to interact with an existing SC (through interfaces)

How to create NFTs

How to store data in a decentralized way

How to create upgradeable Smart Contracts

How to setup a foundry project

How the layout of SC should look like

How to create a simple frontend

  • Add basicFrontEnd repo

How to emit events

  • Hopefully add last project