Blockchain Flashcards

1
Q

IPFS usecases

A
  • IPFS is an open system to manage data without a central server
  • image and data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Hardhat in blockchain

A
  • It is a development framework for Ethereum smart contracts.
  1. Smart Contract Development
  2. Testing and Deployment
  3. Task automation, such as compilation, testing, and deployment

other options: Truffle, Brownie, Embark

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

OpenZeppelin in Blockchain

A

it is a library for secure smart contract development on Ethereum and other blockchains.

  • Provides secure smart contract components for developers.

other options: DappHub

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Sharding in blockchain

A
  • Sharding is a technique used to improve the scalability of blockchain networks.
  • It involves partitioning the network into smaller sections called shards, each capable of processing its own transactions.
  • This can increase the overall transaction throughput of the network.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly