MacOs 官網可安裝
Windows 安裝參考
https://steemit.com/blockchain/@oneleo/windows-ethereum-ganache
VSCode Ganache Metamask Truffle Infura(待測試,參考的教學要貼助記詞,太危險) 額外補充 - 實務情況 1. VSCode 安裝 solidity 套件(讓VSCode 可辨識 .sol 檔)
Jan 21, 20220104 進度 [x] UTXO Model vs Account/Balance Model [x] 側鏈是什麼 [x] 閃電網路 [x] AMM [x] VSCode 環境建置v1 [x] upload HelloWorld contract 0105 進度
Jan 18, 2022部署可升级合约 不寫 constructor 寫 init function,並確保此 function 只能被執行依次 contract MyContract { uint256 public x; bool private initialized; function initialize(uint256 _x) public { require(!initialized, "Contract instance has already been initialized");
Jan 14, 2022知道 ABI 地址,可以直接 address($合約地址).methods 不知道 ABI 地址,使用 call, 或者 delegateCall call 的作用域 => 誰被調用,就是誰 delegateCall 的作用域 => 初始調用者 pragma solidity >0.8.0; contract B { string greeting = "Hello";
Jan 13, 2022or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up