Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Golang: Read, Write and Subscribe to Ethereum Smart Contracts with Geth в хорошем качестве

Golang: Read, Write and Subscribe to Ethereum Smart Contracts with Geth 2 года назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Golang: Read, Write and Subscribe to Ethereum Smart Contracts with Geth

Get, set and use subscriptions to monitor for smart contract events using Golang and Geth (Go Ethereum client library). Solidity Contract verified on Goerli testnet: https://goerli.etherscan.io/address/0... Go get/set/subscribe script: https://github.com/MarcusWentz/Web3_G... Geth interaction smart contract documentation: https://goethereumbook.org/smart-cont... Video image: https://docs.google.com/presentation/... Steps for preparing Go contract interaction: Step 1: Create abi file by running: solc --abi Store.sol (save output to Store_sol_Store.abi) Step 2: Create bin file by running: solc --bin Store.sol (save output to Store_sol_Store.bin) Step 3: Remove comments above the abi and bin files. Step 4: Generate Go contract interaction file by running: abigen --bin=Store_sol_Store.bin --abi=Store_sol_Store.abi --pkg=main --out=Store.g Step 5: Run: StoreTest.go Store.go

Comments