开发DAPP(1) - geth篇
Untitled
Jan 5
什么是gethGeth是由以太坊基金会提供的官方客户端软件,用Go编程语言编写的。Geth提供了一个交互式命令控制台,通过命令控制台中包含了以太坊的各种功能(API)。全名go-ethereum,github地址go-ethereum。wiki里为使用文档。安装GETH(MAC)brew tap ethereum/ethereum brew install ethereum tip: 如遇安装报错--No such file or directory @ dir_chdir - /usr/local/Cellar 手动创建/usr/local/Cellar文件,并添加权限即可解决使用GETH搭建私链1、初始化配置文件,工程根目录添加文件genesis.json{ "config": { "chainId": 123, "homesteadBlock": 0, "eip150Block": 0, "eip155Block": 0, "eip158Block": 0, "byzantiumBlock": 0, "constantinopleBlock": 0, "petersburg...
ParagraphParagraph

Untitled

Written by
0x36d3...834b
Subscribe

2025 Paragraph Technologies Inc

PopularTrendingPrivacyTermsHome
Search...Ctrl+K

Untitled

Subscribe