Henry.H

Results 778 comments of Henry.H

# ETH layer2: - https://github.com/Awesome-Layer-2/awesome-layer-2 ## polygon - https://awesomepolygon.com/ > 区块浏览器: - 正式链: https://polygonscan.com/ - 测试链: https://mumbai.polygonscan.com/ > docs: - 官方文档: https://docs.polygon.technology/docs/home/new-to-polygon - https://docs.alchemy.com/alchemy/apis/polygon-api - https://soliditydeveloper.com/deploy-to-matic > 测试币: (faucet) -...

## matic 测试链: > 测试链 token 合约地址: - USDT: https://mumbai.polygonscan.com/token/0x4ce61381c9081d193727f1b64d33c1b54b213899 - USDC: https://mumbai.polygonscan.com/token/0x066d5ecdae0bb9053a0e00b058efc298e6d0218d - BNB: https://mumbai.polygonscan.com/token/0x9fdf7de92fa21b530a14245a46802a4c7a3547a6 ```ruby BNB: 0x9fdf7de92fa21b530a14245a46802a4c7a3547a6 ``` > txns: - https://mumbai.polygonscan.com/tokentxns > docs: - https://docs.aave.com/developers/deployed-contracts/matic-polygon-market

# 支持 test net: - https://app.pods.finance/sell - 不过是期权, - https://blog.pods.finance/guide-connecting-mumbai-testnet-to-your-metamask-87978071aca8 -

# Rust 进阶部分: - https://rustwiki.org/ ## Rust 硬核劝退篇: - https://coolshell.cn/articles/20845.html - ⭐⭐⭐⭐ - 皓哥 带你踩坑 rust. - 踩坑: rust 设计有缺陷 & 不一致的地方. ## Rust 标准库: - [Rust 标准库](https://rustwiki.org/zh-CN/std/index.html) ## Rust...

# Rust FAQ: ## Rust Context? - https://www.reddit.com/r/rust/comments/j4xx7i/what_is_the_rust_story_for_a_package_like_gos/ - [rust中有没有类似golang中的context的功能?](https://www.zhihu.com/question/472314264) - https://medium.com/@polyglot_factotum/rust-concurrency-patterns-no-context-no-cancel-no-leak-b6c1ec2dafa5 - https://github.com/webrtc-rs/webrtc/issues/57 > tokio 等价概念: - https://docs.rs/tokio/0.2.22/tokio/time/fn.timeout.html ```rust use tokio::time::timeout; use tokio::sync::oneshot; use std::time::Duration; let (tx, rx) =...

## Rust 过程宏: - https://rustwiki.org/zh-CN/reference/procedural-macros.html - https://zhuanlan.zhihu.com/p/342408254 ### 陈天视频讲解: > 视频: - ✅【Rust 过程宏(第一弹)】 https://www.bilibili.com/video/BV1Za411q7LQ - 陈天 - https://space.bilibili.com/39222989/channel/collectiondetail?sid=194028 - 源码: https://github.com/tyrchen/geektime-rust/tree/master/47_48_macros > 依赖库: - ✅ https://github.com/djc/askama - jinja2 模板

# ETH 相关: - https://github.com/ethereum/wiki/wiki/JSON-RPC - https://eth.wiki/ ## json-rpc: - https://eth.wiki/json-rpc/api ## cloudflare 加速网关: - https://www.cloudflare.com/zh-cn/distributed-web-gateway/ - IPFS gateway: https://blog.cloudflare.com/continuing-to-improve-our-ipfs-gateway/ - ETH gateway: https://developers.cloudflare.com/distributed-web/ethereum-gateway/interacting-with-the-eth-gateway - 目前支持的 ETH API, 还差蛮多.