hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
288 stars 24 forks source link

blockchain: eth #15

Open hhstore opened 6 years ago

hhstore commented 6 years ago

related:

hhstore commented 5 years ago

ETH官方:

go-Ethereum:

web3.py

mist:

ethminer:

eth-proxy:

ERC 20 TOKEN:

hhstore commented 5 years ago

ETH挖矿教程:

钱包准备:
    - 获得一个钱包地址:(钱包,交易网站均可);
    - 图形钱包: https://github.com/ethereum/mist/releases
    - 命令行客户端Geth:https://github.com/ethereum/go-ethereum/releases/

交易所:
    - 国内  云币 https://yunbi.com/
    - 交易量最大的  P网 https://poloniex.com  (注册时需翻墙获取验证码)
    - 小白建议去云币网注册个账号去,然后生成一个充值地址

挖矿设置:

1 系统及驱动

hhstore commented 5 years ago

论坛资料:

hhstore commented 2 years ago

ETH layer2:

polygon

区块浏览器:

docs:

测试币: (faucet)

支持测试链的 dapp:

testnet:

config:


Polygon Testnet Mumbai

RPC URL: https://rpc-mumbai.matic.today
ChainID: 80001
Symbol: MATIC
Block Explorer URL: https://mumbai-explorer.matic.today

main net: 

RPC URL: https://rpc-mainnet.matic.network
ChainID: 137
Symbol: MATIC
Block Explorer URL: https://explorer.matic.network/

dapp:

swap:

hhstore commented 2 years ago

matic 测试链:

测试链 token 合约地址:


BNB: 0x9fdf7de92fa21b530a14245a46802a4c7a3547a6

txns:

docs:

hhstore commented 2 years ago

支持 test net: