We want to connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge.
{ "config": { "chainId": 15, "homesteadBlock": 0 }, "difficulty": "1", "gasLimit": "9999999", "nonce": "0xdeadbeefdeadbeef", "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", "alloc": { "tài khoản đầu tiên bạn đã tạo": { "balance": "30000" }, "tài khoản thứ 2 bạn đã tạo": { "balance": "50000" } } }
geth --datadir . init genesis.json
geth --syncmode fast --cache 512 --ipcpath ~/Library/Ethereum/geth.ipc --networkid 1234 --datadir . --http --http.api personal,eth,net,web3
curl --location --request GET 'http://localhost:8545/' --header 'Content-Type: application/json' --data-raw '{ "jsonrpc":"2.0", "method":"eth_accounts", "params":[], "id":1 }'
curl --location --request GET 'http://localhost:8545/' --header 'Content-Type: application/json' --data-raw '{ "jsonrpc":"2.0", "method":"eth_getBalance", "params":[ "địa chỉ tài khoản", "latest" ], "id":1 }'
2.2K Point(s)
1.2K Point(s)
313 Point(s)
178 Point(s)
138 Point(s)
Input your email to receive reset password link, or if you remember your password, you can click