在正式学习DAPP开发之前,我们需要一些区块链的前置知识点,包括区块链起源、钱包地址、比特币、以太坊等基础概念;进而再了解DAPP项目开发与传统项目开发的异同;最后再介绍一下基础的开发工具,例如:remix、rpc等,从而为正式学习打好基础。
- https://chainlist.org/
- NATIVE TOKEN:
0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE
- ZERO ADDRESS:
0x0000000000000000000000000000000000000000
- 需要Twitter登录,无需粉丝: https://faucets.chain.link/
- 需要Alchemy登录: https://goerlifaucet.com/
- 需要Twitter登录,有粉丝要求:https://faucet.paradigm.xyz/
- 浏览器:https://goerli.etherscan.io/
- solidity manual:https://docs.soliditylang.org/en/v0.8.17/
- 地址生成协议(BIP32-BIP44)在线体验:https://iancoleman.io/bip39/#english
- 在线keccak256:https://emn178.github.io/online-tools/keccak_256.html
- Ether-> wei converter: https://eth-converter.com/
- URL编码转中文:https://cafewebmaster.com/online_tools/rawurldecode
- Json格式化:https://www.json.cn/
- 转成hex:http://www.metools.info/learn/l120.html
- abiEncoder:https://abi.hashex.org/
- move在线环境:https://playground.pontem.network/
- js在线环境:https://playcode.io/1018304
- Web3 playground: https://web3playground.io/
- 以太坊交易解析:https://flightwallet.github.io/decode-eth-tx/
- gorm手册:http://gorm.io/zh_CN/docs/index.html
- 知识图谱:https://www.processon.com/view/link/5a9ba4c8e4b0a9d22eb3bdf0#map
- gin学习:https://blog.csdn.net/e421083458/article/details/91994788
- Cross chain Dapp starter kit (ETH / Moralis)
- 学习以太坊:https://learnblockchain.cn/books/geth/part1.html
- makefile:https://www.cnblogs.com/idorax/p/9306528.html