https://github.com/hiejulia/block-chain
https://github.com/hiejulia/block-chain
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiejulia/block-chain
- Owner: hiejulia
- Created: 2020-04-11T09:33:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T13:38:21.000Z (over 5 years ago)
- Last Synced: 2025-02-08T21:46:22.829Z (8 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Block-Chain
- Architect blockchain solutions
- Blockchain for usecases
- Blockchain Ledger- Proof of work, Proof of stake
- public, private, permissioned and permissionless blockchains- Cryptocurrency
- mining
- byzantine fault tolerance
- consensus among blockchains
- hashing- smart contract
- design BC solution
- security in BC- decentralized DB
### Blockchain
- public / private BC
- BC consesus algorithms
- transaction
- membership
- mining
- delegated proof of stake
- byzantine fault tolerance- Encryption
- Crypto hashing
- Private key cryptography
- ECC, RSA
- p2p netowrk
- torrent network
- system of records
- BC protocol : hashing algo, handshake algo
- fork, segwits
-## Blockchain architecture
- Trust/ Trustless
- Permissioned/ Permissionless
- Smart contract
- Tokenization
- IAM
-## Distributed ledgers
- hash function
- wallet
- digital signatures
- protocols## Hyperledger project
- Infras
- framework
- tools
- Hyperledger portfolio
- Hyperledger fabric
- Fabric model
- deploy
- invoke tx
- validators
- users- Composer
- playground
- Hyperledger project
- Hyperledger composer
- deploy, build
- app - composer- fabric
- hyperledger design
- modular
- extensible
- communication layer
- data store
- services root of trust
- API
- security
- crypto assets
- cryptocurrency
- deploy fabric
- prod : cluser CA
- fabric network
- HA
- failover- Fabric instance
## Ethereum
- architecture
- Ethereum ledger- smart contract
- contract workflow- decentralized machine
- ether tokens
- Platform
- daaps
- gas estimates
- VM
- Network
- Data storage
- Gas estimate
- Gas account metamask
- EVM## bitcoin
## tools
- Wallet RPC## Development tools
- metamask
- MIST
- Parity
- Geth
- Dev Env
- BC testing
- Truffle
- ganache## working contract
-## tech stack
- C++
- Java
- Golang
- RPC
- docker- CI and blockchain test tools
## deployment
- deploy multiple working contracts### Certifications
- Certified Blockchain solution architect CBSA
- Certified Blockchain developer -- Hyperledger fabric# Resources
- https://hyperledger.github.io/composer/v0.19/playground/playground-index# TODO