Skip to content

Two python samples for ECC and Ethereum education purposes

Notifications You must be signed in to change notification settings

crazybae/ecc-eth-education

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ECDSA and Ethereum transaction eduction module

사전 준비 사항

pip install eth-utils
pip install pysha3
pip install rlp
pip install requests
pip install tinyec
pip install web3

Education Goals

  • Understanding
    • Basic concepts of elliptic curve cryptography
    • Logics from private keys to public keys to Ethereum addresses
  • Using web3 module to
    • retrieve balance, nonce
    • inquiry gas fee estimation
    • prepare, sign, monitor, and broadcast transactions

About

Two python samples for ECC and Ethereum education purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages