20230920-Nx
Hardhat
npx hardhat
pnpm add -D @nomicfoundation/hardhat-toolbox @nomicfoundation/hardhat-network-helpers @nomicfoundation/hardhat-chai-matchers @nomicfoundation/hardhat-ethers @nomicfoundation/hardhat-verify chai ethers hardhat-gas-reporter solidity-coverage @typechain/hardhat typechain @typechain/ethers-v6
npx hardhat compile
npx hardhat test
跑hardhat測試網:npx hardhat node 部署:npx hardhat run scripts/deploy.ts –network localhost
npx hardhat –network localhost faucet 0x028bfd960e7f43f856c74d33d9e9a5af4b6bdece
test coverage
https://hardhat.org/hardhat-runner/docs/guides/test-contracts
初探 React Native
- 網路編輯器:https://snack.expo.dev/
- CocoaPods:ios 的套件管理 npx react-native@latest init AwesomeProject
https://reactnativepaper.com/: UI mui https://callstack.github.io/react-native-paper/ https://callstack.github.io/react-native-paper/docs/guides/getting-started/ https://snyk.io/advisor/npm-package/react-native-qrcode-scanner: QR Code
在螢幕間切換:https://reactnative.dev/docs/navigation https://blog.logrocket.com/using-mui-react-native/ 這也是使用 react-native-paper https://callstack.github.io/react-native-paper/docs/components/Badge https://stackoverflow.com/questions/61398426/is-it-possible-to-use-material-ui-library-with-react-native